#775F3C

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

Shades of Shingle Fawn #775F3C

Tints of Shingle Fawn #775F3C

Color information

#775F3C (or 0x775F3C) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5F and 3C. RGB value is (119,95,60). Sum of RGB (Red+Green+Blue) = 119+95+60=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F3C is #88A0C3. Grayscale: #626262. Windows color (decimal): -8954052 or 3956599. OLE color: 3956599.

HSL color Cylindrical-coordinate representation of color #775F3C: hue angle of 35.59º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #775F3C is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1199560-
CMYK00.200.500.53
HSL35.59º32.96%35.1%-
HSV(B)35.59º49.58%46.67%-
XYZ12.5212.436.02-
YUV98.19106.45142.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=43.43%
G=34.67%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119956000.200.500.5335.5932.9635.1
Hex775F3C0143235242123
Octal167137740246265444143
Binary11101111011111111100010100110010110101100100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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