#77582F

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

Shades of Shingle Fawn #77582F

Tints of Shingle Fawn #77582F

Color information

#77582F (or 0x77582F) is unknown color: approx Shingle Fawn. HEX triplet: 77, 58 and 2F. RGB value is (119,88,47). Sum of RGB (Red+Green+Blue) = 119+88+47=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #77582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77582F is #88A7D0. Grayscale: #5C5C5C. Windows color (decimal): -8955857 or 3102839. OLE color: 3102839.

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

Color convert

RGB1198847-
CMYK00.260.610.53
HSL34.17º43.37%32.55%-
HSV(B)34.17º60.5%46.67%-
XYZ11.6111.114.22-
YUV92.6102.27146.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=46.85%
G=34.65%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119884700.260.610.5334.1743.3732.55
Hex77582F01A3D35222b21
Octal167130570327565425341
Binary11101111011000101111011010111101110101100010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77582F; }

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

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

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

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

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

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

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

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