Html Css Color HEX #54755F Como

📋 copy color: '#54755F'

red 84 ◦ green 117 ◦ blue 95

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

Shades of Como #54755F

Tints of Como #54755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 28.38%
G = 39.53%
B = 32.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#54755F (or 0x54755F) is known color: Como. HEX triplet: 54, 75 and 5F. RGB value is (84,117,95). Sum of RGB (Red+Green+Blue) = 84+117+95=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #54755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54755F is #AB8AA0. Grayscale: #686868. Windows color (decimal): -11242145 or 6255956. OLE color: 6255956.

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

Color convert

RGB 84 117 95 -
CMYK 0.28 0 0.19 0.54
HSL 140º 0.16% 0.39% -
HSV(B) 140º 0.28% 0.46% -
XYZ 12.08 15.43 13.17 -
YUV 104.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 84 117 95 0.28 0 0.19 0.54 140 0.16 0.39
Hex 54 75 5F 1C 0 13 36 8C 10 27
Octal 124 165 137 34 0 23 66 214 20 47
Binary 1010100 1110101 1011111 11100 0 10011 110110 10001100 10000 100111

Color Harmonies of #54755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54755F

Black with #54755F

Text Example


Text Example

White with #54755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54755F;
 }
 .AnyTagClassName
 {
   color: #54755F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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