Html Css Color HEX #54776F William

📋 copy color: '#54776F'

red 84 ◦ green 119 ◦ blue 111

#54776F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #54776F

Tints of William #54776F

RGB

 RED value IS 84 (33.2% from 255) = 26.75%

 GREEN value IS 119 (46.88% from 255) = 37.9%

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 26.75%
G = 37.9%
B = 35.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#54776F (or 0x54776F) is known color: 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

RGB 84 119 111 -
CMYK 0.29 0 0.07 0.53
HSL 166.29º 0.17% 0.4% -
HSV(B) 166.29º 0.29% 0.47% -
XYZ 13.12 16.23 17.48 -
YUV 107.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 84 119 111 0.29 0 0.07 0.53 166.29 0.17 0.4
Hex 54 77 6F 1D 0 7 35 A6 11 28
Octal 124 167 157 35 0 7 65 246 21 50
Binary 1010100 1110111 1101111 11101 0 111 110101 10100110 10001 101000

Color Harmonies of #54776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54776F

Black with #54776F

Text Example


Text Example

White with #54776F

Text Example


Text Example

HTML Codes & Css Web 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>