#54765F

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

Shades of Como #54765F

Tints of Como #54765F

Color information

#54765F (or 0x54765F) is unknown color: approx Como. HEX triplet: 54, 76 and 5F. RGB value is (84,118,95). Sum of RGB (Red+Green+Blue) = 84+118+95=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #54765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54765F is #AB89A0. Grayscale: #696969. Windows color (decimal): -11241889 or 6256212. OLE color: 6256212.

HSL color Cylindrical-coordinate representation of color #54765F: hue angle of 139.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54765F is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB8411895-
CMYK0.2900.190.54
HSL139.41º16.83%39.61%-
HSV(B)139.41º28.81%46.27%-
XYZ12.215.6713.21-
YUV105.21122.24112.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=28.28%
G=39.73%
B=31.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84118950.2900.190.54139.4116.8339.61
Hex54765F1D013368b1128
Octal12416613735023662132150
Binary101010011101101011111111010100111101101000101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,118,95); }

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

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

 a { background-color: rgb(84,118,95); }

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

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

 span { border-color: rgb(84,118,95); }

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