#775C2F

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

Shades of Shingle Fawn #775C2F

Tints of Shingle Fawn #775C2F

Color information

#775C2F (or 0x775C2F) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5C and 2F. RGB value is (119,92,47). Sum of RGB (Red+Green+Blue) = 119+92+47=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #775C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C2F is #88A3D0. Grayscale: #5F5F5F. Windows color (decimal): -8954833 or 3103863. OLE color: 3103863.

HSL color Cylindrical-coordinate representation of color #775C2F: hue angle of 37.5º 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 #775C2F is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1199247-
CMYK00.230.610.53
HSL37.5º43.37%32.55%-
HSV(B)37.5º60.5%46.67%-
XYZ11.9511.784.33-
YUV94.94100.95145.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=46.12%
G=35.66%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119924700.230.610.5337.543.3732.55
Hex775C2F0173D35262b21
Octal167134570277565465341
Binary11101111011100101111010111111101110101100110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775C2F; }

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

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

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

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

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

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

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

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