Html Css Color HEX #54756D William

📋 copy color: '#54756D'

red 84 ◦ green 117 ◦ blue 109

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

Shades of William #54756D

Tints of William #54756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 27.1%
G = 37.74%
B = 35.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#54756D (or 0x54756D) is known color: William. HEX triplet: 54, 75 and 6D. RGB value is (84,117,109). Sum of RGB (Red+Green+Blue) = 84+117+109=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #54756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54756D is #AB8A92. Grayscale: #6A6A6A. Windows color (decimal): -11242131 or 7173460. OLE color: 7173460.

HSL color Cylindrical-coordinate representation of color #54756D: hue angle of 165.45º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #54756D is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 117 109 -
CMYK 0.28 0 0.07 0.54
HSL 165.45º 0.16% 0.39% -
HSV(B) 165.45º 0.28% 0.46% -
XYZ 12.78 15.71 16.83 -
YUV 106.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 84 117 109 0.28 0 0.07 0.54 165.45 0.16 0.39
Hex 54 75 6D 1C 0 7 36 A5 10 27
Octal 124 165 155 34 0 7 66 245 20 47
Binary 1010100 1110101 1101101 11100 0 111 110110 10100101 10000 100111

Color Harmonies of #54756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54756D

Black with #54756D

Text Example


Text Example

White with #54756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54756D; }

 p { color: rgb(84,117,109); }

 H1.HeaderClassName
 {
   color: #54756D;
 }
 .AnyTagClassName
 {
   color: #54756D;
 }
</style>

background-color css

<style>
 a { background-color: #54756D; }

 a { background-color: rgb(84,117,109); }

 div.DivClassName
 {
   background-color: #54756D;
 }
 .BgClassName
 {
   background-color: #54756D;
 }
</style>

border-color css

<style>
 span { border-color: #54756D; }

 span { border-color: rgb(84,117,109); }

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