#54776F

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

Shades of William #54776F

Tints of William #54776F

Color information

#54776F (or 0x54776F) is unknown color: approx William. HEX triplet: 54, 77 and 6F. RGB value is (84,119,111). Sum of RGB (Red+Green+Blue) = 84+119+111=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #54776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54776F is #AB8890. Grayscale: #6B6B6B. Windows color (decimal): -11241617 or 7305044. OLE color: 7305044.

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

Color convert

RGB84119111-
CMYK0.2900.070.53
HSL166.29º17.24%39.8%-
HSV(B)166.29º29.41%46.67%-
XYZ13.1216.2317.48-
YUV107.62129.9111.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=26.75%
G=37.90%
B=35.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841191110.2900.070.53166.2917.2439.8
Hex54776F1D0735a61128
Octal1241671573507652462150
Binary1010100111011111011111110101111101011010011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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