Html Css Color HEX #5F766F Cutty Sark

📋 copy color: '#5F766F'

red 95 ◦ green 118 ◦ blue 111

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

Shades of Cutty Sark #5F766F

Tints of Cutty Sark #5F766F

RGB

 RED value IS 95 (37.5% from 255) = 29.32%

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

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

R = 29.32%
G = 36.42%
B = 34.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#5F766F (or 0x5F766F) is known color: Cutty Sark. HEX triplet: 5F, 76 and 6F. RGB value is (95,118,111). Sum of RGB (Red+Green+Blue) = 95+118+111=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #5F766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F766F is #A08990. Grayscale: #6E6E6E. Windows color (decimal): -10520977 or 7304799. OLE color: 7304799.

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

Color convert

RGB 95 118 111 -
CMYK 0.19 0 0.06 0.54
HSL 161.74º 0.11% 0.42% -
HSV(B) 161.74º 0.19% 0.46% -
XYZ 14.07 16.54 17.49 -
YUV 110.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 95 118 111 0.19 0 0.06 0.54 161.74 0.11 0.42
Hex 5F 76 6F 13 0 6 36 A2 B 2A
Octal 137 166 157 23 0 6 66 242 13 52
Binary 1011111 1110110 1101111 10011 0 110 110110 10100010 1011 101010

Color Harmonies of #5F766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F766F

Black with #5F766F

Text Example


Text Example

White with #5F766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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