Html Css Color HEX #5E766F Cutty Sark

📋 copy color: '#5E766F'

red 94 ◦ green 118 ◦ blue 111

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

Shades of Cutty Sark #5E766F

Tints of Cutty Sark #5E766F

RGB

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

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

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

R = 29.1%
G = 36.53%
B = 34.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#5E766F (or 0x5E766F) is known color: Cutty Sark. HEX triplet: 5E, 76 and 6F. RGB value is (94,118,111). Sum of RGB (Red+Green+Blue) = 94+118+111=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #5E766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E766F is #A18990. Grayscale: #6E6E6E. Windows color (decimal): -10586513 or 7304798. OLE color: 7304798.

HSL color Cylindrical-coordinate representation of color #5E766F: hue angle of 162.5º 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 #5E766F is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 111 -
CMYK 0.20 0 0.06 0.54
HSL 162.5º 0.11% 0.42% -
HSV(B) 162.5º 0.2% 0.46% -
XYZ 13.96 16.48 17.48 -
YUV 110.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 94 118 111 0.20 0 0.06 0.54 162.5 0.11 0.42
Hex 5E 76 6F 14 0 6 36 A2 B 2A
Octal 136 166 157 24 0 6 66 242 13 52
Binary 1011110 1110110 1101111 10100 0 110 110110 10100010 1011 101010

Color Harmonies of #5E766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E766F

Black with #5E766F

Text Example


Text Example

White with #5E766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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