#775F37

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

Shades of Shingle Fawn #775F37

Tints of Shingle Fawn #775F37

Color information

#775F37 (or 0x775F37) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5F and 37. RGB value is (119,95,55). Sum of RGB (Red+Green+Blue) = 119+95+55=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F37 is #88A0C8. Grayscale: #616161. Windows color (decimal): -8954057 or 3628919. OLE color: 3628919.

HSL color Cylindrical-coordinate representation of color #775F37: hue angle of 37.5º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #775F37 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1199555-
CMYK00.200.540.53
HSL37.5º36.78%34.12%-
HSV(B)37.5º53.78%46.67%-
XYZ12.3912.385.35-
YUV97.62103.95143.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=44.24%
G=35.32%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119955500.200.540.5337.536.7834.12
Hex775F370143635262522
Octal167137670246665464542
Binary11101111011111110111010100110110110101100110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,55); }

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

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

 a { background-color: rgb(119,95,55); }

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

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

 span { border-color: rgb(119,95,55); }

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