Html Css Color HEX #5E766E Cutty Sark

📋 copy color: '#5E766E'

red 94 ◦ green 118 ◦ blue 110

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

Shades of Cutty Sark #5E766E

Tints of Cutty Sark #5E766E

RGB

 RED value IS 94 (37.11% from 255) = 29.19%

 GREEN value IS 118 (46.48% from 255) = 36.65%

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 29.19%
G = 36.65%
B = 34.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#5E766E (or 0x5E766E) is known color: Cutty Sark. HEX triplet: 5E, 76 and 6E. RGB value is (94,118,110). Sum of RGB (Red+Green+Blue) = 94+118+110=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #5E766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E766E is #A18991. Grayscale: #6D6D6D. Windows color (decimal): -10586514 or 7239262. OLE color: 7239262.

HSL color Cylindrical-coordinate representation of color #5E766E: hue angle of 160º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E766E is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 110 -
CMYK 0.20 0 0.07 0.54
HSL 160º 0.11% 0.42% -
HSV(B) 160º 0.2% 0.46% -
XYZ 13.91 16.46 17.2 -
YUV 109.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 94 118 110 0.20 0 0.07 0.54 160 0.11 0.42
Hex 5E 76 6E 14 0 7 36 A0 B 2A
Octal 136 166 156 24 0 7 66 240 13 52
Binary 1011110 1110110 1101110 10100 0 111 110110 10100000 1011 101010

Color Harmonies of #5E766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E766E

Black with #5E766E

Text Example


Text Example

White with #5E766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E766E; }

 p { color: rgb(94,118,110); }

 H1.HeaderClassName
 {
   color: #5E766E;
 }
 .AnyTagClassName
 {
   color: #5E766E;
 }
</style>

background-color css

<style>
 a { background-color: #5E766E; }

 a { background-color: rgb(94,118,110); }

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

border-color css

<style>
 span { border-color: #5E766E; }

 span { border-color: rgb(94,118,110); }

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