#77552E

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

Shades of Shingle Fawn #77552E

Tints of Shingle Fawn #77552E

Color information

#77552E (or 0x77552E) is unknown color: approx Shingle Fawn. HEX triplet: 77, 55 and 2E. RGB value is (119,85,46). Sum of RGB (Red+Green+Blue) = 119+85+46=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77552E is #88AAD1. Grayscale: #5A5A5A. Windows color (decimal): -8956626 or 3036535. OLE color: 3036535.

HSL color Cylindrical-coordinate representation of color #77552E: hue angle of 32.05º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77552E is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1198546-
CMYK00.290.610.53
HSL32.05º44.24%32.35%-
HSV(B)32.05º61.34%46.67%-
XYZ11.3510.624.04-
YUV90.72102.76148.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=47.6%
G=34%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119854600.290.610.5332.0544.2432.35
Hex77552E01D3D35202c20
Octal167125560357565405440
Binary11101111010101101110011101111101110101100000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77552E; }

 p { color: rgb(119,85,46); }

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

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

 a { background-color: rgb(119,85,46); }

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

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

 span { border-color: rgb(119,85,46); }

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