Html Css Color HEX #54776A Cutty Sark

📋 copy color: '#54776A'

red 84 ◦ green 119 ◦ blue 106

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

Shades of Cutty Sark #54776A

Tints of Cutty Sark #54776A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 27.18%
G = 38.51%
B = 34.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#54776A (or 0x54776A) is known color: Cutty Sark. HEX triplet: 54, 77 and 6A. RGB value is (84,119,106). Sum of RGB (Red+Green+Blue) = 84+119+106=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #54776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54776A is #AB8895. Grayscale: #6B6B6B. Windows color (decimal): -11241622 or 6977364. OLE color: 6977364.

HSL color Cylindrical-coordinate representation of color #54776A: hue angle of 157.71º 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 #54776A is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 119 106 -
CMYK 0.29 0 0.11 0.53
HSL 157.71º 0.17% 0.4% -
HSV(B) 157.71º 0.29% 0.47% -
XYZ 12.85 16.12 16.07 -
YUV 107.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 84 119 106 0.29 0 0.11 0.53 157.71 0.17 0.4
Hex 54 77 6A 1D 0 B 35 9E 11 28
Octal 124 167 152 35 0 13 65 236 21 50
Binary 1010100 1110111 1101010 11101 0 1011 110101 10011110 10001 101000

Color Harmonies of #54776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54776A

Black with #54776A

Text Example


Text Example

White with #54776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54776A;
 }
 .AnyTagClassName
 {
   color: #54776A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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