#77582D

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

Shades of Shingle Fawn #77582D

Tints of Shingle Fawn #77582D

Color information

#77582D (or 0x77582D) is unknown color: approx Shingle Fawn. HEX triplet: 77, 58 and 2D. RGB value is (119,88,45). Sum of RGB (Red+Green+Blue) = 119+88+45=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77582D is #88A7D2. Grayscale: #5C5C5C. Windows color (decimal): -8955859 or 2971767. OLE color: 2971767.

HSL color Cylindrical-coordinate representation of color #77582D: hue angle of 34.86º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77582D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1198845-
CMYK00.260.620.53
HSL34.86º45.12%32.16%-
HSV(B)34.86º62.18%46.67%-
XYZ11.5711.094.01-
YUV92.37101.27147-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 45 (17.97% from 255) = 17.86%
R=47.22%
G=34.92%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119884500.260.620.5334.8645.1232.16
Hex77582D01A3E35232d20
Octal167130550327665435540
Binary11101111011000101101011010111110110101100011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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