#54766F

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

Shades of William #54766F

Tints of William #54766F

Color information

#54766F (or 0x54766F) is unknown color: approx William. HEX triplet: 54, 76 and 6F. RGB value is (84,118,111). Sum of RGB (Red+Green+Blue) = 84+118+111=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #54766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54766F is #AB8990. Grayscale: #6B6B6B. Windows color (decimal): -11241873 or 7304788. OLE color: 7304788.

HSL color Cylindrical-coordinate representation of color #54766F: hue angle of 167.65º 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 #54766F is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB84118111-
CMYK0.2900.060.54
HSL167.65º16.83%39.61%-
HSV(B)167.65º28.81%46.27%-
XYZ1315.9917.44-
YUV107.04130.24111.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=26.84%
G=37.70%
B=35.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841181110.2900.060.54167.6516.8339.61
Hex54766F1D0636a81128
Octal1241661573506662502150
Binary1010100111011011011111110101101101101010100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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