Html Css Color HEX #5F8076 Cutty Sark

📋 copy color: '#5F8076'

red 95 ◦ green 128 ◦ blue 118

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

Shades of Cutty Sark #5F8076

Tints of Cutty Sark #5F8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.54%

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

R = 27.86%
G = 37.54%
B = 34.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#5F8076 (or 0x5F8076) is known color: Cutty Sark. HEX triplet: 5F, 80 and 76. RGB value is (95,128,118). Sum of RGB (Red+Green+Blue) = 95+128+118=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 128 - color contains mainly: green. Hex color #5F8076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8076 is #A07F89. Grayscale: #757575. Windows color (decimal): -10518410 or 7766111. OLE color: 7766111.

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

Color convert

RGB 95 128 118 -
CMYK 0.26 0 0.08 0.50
HSL 161.82º 0.15% 0.44% -
HSV(B) 161.82º 0.26% 0.5% -
XYZ 15.71 19.18 20.01 -
YUV 116.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 95 128 118 0.26 0 0.08 0.50 161.82 0.15 0.44
Hex 5F 80 76 1A 0 8 32 A2 F 2C
Octal 137 200 166 32 0 10 62 242 17 54
Binary 1011111 10000000 1110110 11010 0 1000 110010 10100010 1111 101100

Color Harmonies of #5F8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8076

Black with #5F8076

Text Example


Text Example

White with #5F8076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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