#77542f

Color #77542F Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #77542F

Tints of Shingle Fawn #77542F

Color information

#77542F (or 0x77542F) is unknown color: approx Shingle Fawn. HEX triplet: 77, 54 and 2F. RGB value is (119,84,47). Sum of RGB (Red+Green+Blue) = 119+84+47=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77542F is #88ABD0. Grayscale: #5A5A5A. Windows color (decimal): -8956881 or 3101815. OLE color: 3101815.

HSL color Cylindrical-coordinate representation of color #77542F: hue angle of 30.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77542F is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1198447-
CMYK00.290.610.53
HSL30.83º43.37%32.55%-
HSV(B)30.83º60.5%46.67%-
XYZ11.2910.474.11-
YUV90.25103.6148.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=47.6%
G=33.6%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119844700.290.610.5330.8343.3732.55
Hex77542F01D3D351f2b21
Octal167124570357565375341
Binary1110111101010010111101110111110111010111111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77542f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77542f; }

 p { color: rgb(119,84,47); }

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

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

 a { background-color: rgb(119,84,47); }

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

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

 span { border-color: rgb(119,84,47); }

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