#775732

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

Shades of Shingle Fawn #775732

Tints of Shingle Fawn #775732

Color information

#775732 (or 0x775732) is unknown color: approx Shingle Fawn. HEX triplet: 77, 57 and 32. RGB value is (119,87,50). Sum of RGB (Red+Green+Blue) = 119+87+50=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #775732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775732 is #88A8CD. Grayscale: #5C5C5C. Windows color (decimal): -8956110 or 3299191. OLE color: 3299191.

HSL color Cylindrical-coordinate representation of color #775732: hue angle of 32.17º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775732 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1198750-
CMYK00.270.580.53
HSL32.17º40.83%33.14%-
HSV(B)32.17º57.98%46.67%-
XYZ11.5910.974.52-
YUV92.35104.1147.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=46.48%
G=33.98%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119875000.270.580.5332.1740.8333.14
Hex77573201B3A35202921
Octal167127620337265405141
Binary11101111010111110010011011111010110101100000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775732; }

 p { color: rgb(119,87,50); }

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

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

 a { background-color: rgb(119,87,50); }

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

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

 span { border-color: rgb(119,87,50); }

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