#47755C

Color #47755C Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #47755C

Tints of Como #47755C

Color information

#47755C (or 0x47755C) is unknown color: approx Como. HEX triplet: 47, 75 and 5C. RGB value is (71,117,92). Sum of RGB (Red+Green+Blue) = 71+117+92=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #47755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47755C is #B88AA3. Grayscale: #646464. Windows color (decimal): -12094116 or 6059335. OLE color: 6059335.

HSL color Cylindrical-coordinate representation of color #47755C: hue angle of 147.39º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47755C is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB7111792-
CMYK0.3900.210.54
HSL147.39º24.47%36.86%-
HSV(B)147.39º39.32%45.88%-
XYZ10.8914.8312.41-
YUV100.4123.26107.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=25.36%
G=41.79%
B=32.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117920.3900.210.54147.3924.4736.86
Hex47755C2701536931825
Octal10716513447025662233045
Binary1000111111010110111001001110101011101101001001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47755C; }

 p { color: rgb(71,117,92); }

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

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

 a { background-color: rgb(71,117,92); }

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

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

 span { border-color: rgb(71,117,92); }

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