Html Css Color HEX #5F7F76 Cutty Sark

📋 copy color: '#5F7F76'

red 95 ◦ green 127 ◦ blue 118

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

Shades of Cutty Sark #5F7F76

Tints of Cutty Sark #5F7F76

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 27.94%
G = 37.35%
B = 34.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#5F7F76 (or 0x5F7F76) is known color: Cutty Sark. HEX triplet: 5F, 7F and 76. RGB value is (95,127,118). Sum of RGB (Red+Green+Blue) = 95+127+118=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F76 is #A08089. Grayscale: #747474. Windows color (decimal): -10518666 or 7765855. OLE color: 7765855.

HSL color Cylindrical-coordinate representation of color #5F7F76: hue angle of 163.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7F76 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 127 118 -
CMYK 0.25 0 0.07 0.50
HSL 163.13º 0.14% 0.44% -
HSV(B) 163.13º 0.25% 0.5% -
XYZ 15.58 18.92 19.97 -
YUV 116.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 95 127 118 0.25 0 0.07 0.50 163.13 0.14 0.44
Hex 5F 7F 76 19 0 7 32 A3 E 2C
Octal 137 177 166 31 0 7 62 243 16 54
Binary 1011111 1111111 1110110 11001 0 111 110010 10100011 1110 101100

Color Harmonies of #5F7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7F76

Black with #5F7F76

Text Example


Text Example

White with #5F7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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