#774A4B

Color #774A4B Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #774A4B

Tints of Tosca #774A4B

Color information

#774A4B (or 0x774A4B) is unknown color: approx Tosca. HEX triplet: 77, 4A and 4B. RGB value is (119,74,75). Sum of RGB (Red+Green+Blue) = 119+74+75=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A4B is #88B5B4. Grayscale: #575757. Windows color (decimal): -8959413 or 4934263. OLE color: 4934263.

HSL color Cylindrical-coordinate representation of color #774A4B: hue angle of 358.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A4B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1197475-
CMYK00.380.370.53
HSL358.67º23.32%37.84%-
HSV(B)358.67º37.82%46.67%-
XYZ11.339.337.86-
YUV87.57120.91150.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=44.40%
G=27.61%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119747500.380.370.53358.6723.3237.84
Hex774A4B02625351671726
Octal16711211304645655472746
Binary111011110010101001011010011010010111010110110011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774A4B; }

 p { color: rgb(119,74,75); }

 H1.HeaderClassName
 {
   color: #774A4B;
 }
 .AnyTagClassName
 {
   color: #774A4B;
 }
</style>
background-color css

<style>
 a { background-color: #774A4B; }

 a { background-color: rgb(119,74,75); }

 div.DivClassName
 {
   background-color: #774A4B;
 }
 .BgClassName
 {
   background-color: #774A4B;
 }
</style>
border-color css

<style>
 span { border-color: #774A4B; }

 span { border-color: rgb(119,74,75); }

 td.TdClassName
 {
   border-color: #774A4B;
 }
 .TagClassName
 {
   border-color: #774A4B;
 }
</style>