#774047

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

Shades of Tosca #774047

Tints of Tosca #774047

Color information

#774047 (or 0x774047) is unknown color: approx Tosca. HEX triplet: 77, 40 and 47. RGB value is (119,64,71). Sum of RGB (Red+Green+Blue) = 119+64+71=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #774047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774047 is #88BFB8. Grayscale: #515151. Windows color (decimal): -8961977 or 4669559. OLE color: 4669559.

HSL color Cylindrical-coordinate representation of color #774047: hue angle of 352.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #774047 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1196471-
CMYK00.460.400.53
HSL352.36º30.05%35.88%-
HSV(B)352.36º46.22%46.67%-
XYZ10.588.046.96-
YUV81.24122.22154.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=46.85%
G=25.20%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119647100.460.400.53352.3630.0535.88
Hex77404702E28351601e24
Octal16710010705650655403644
Binary111011110000001000111010111010100011010110110000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774047; }

 p { color: rgb(119,64,71); }

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

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

 a { background-color: rgb(119,64,71); }

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

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

 span { border-color: rgb(119,64,71); }

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