#775A3C

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

Shades of Shingle Fawn #775A3C

Tints of Shingle Fawn #775A3C

Color information

#775A3C (or 0x775A3C) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5A and 3C. RGB value is (119,90,60). Sum of RGB (Red+Green+Blue) = 119+90+60=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A3C is #88A5C3. Grayscale: #5F5F5F. Windows color (decimal): -8955332 or 3955319. OLE color: 3955319.

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

Color convert

RGB1199060-
CMYK00.240.500.53
HSL30.51º32.96%35.1%-
HSV(B)30.51º49.58%46.67%-
XYZ12.0811.565.87-
YUV95.25108.11144.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 60 (23.83% from 255) = 22.30%
R=44.24%
G=33.46%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119906000.240.500.5330.5132.9635.1
Hex775A3C01832351f2123
Octal167132740306265374143
Binary1110111101101011110001100011001011010111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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