#5F7F77

Color #5F7F77 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #5F7F77

Tints of Cutty Sark #5F7F77

Color information

#5F7F77 (or 0x5F7F77) is unknown color: approx Cutty Sark. HEX triplet: 5F, 7F and 77. RGB value is (95,127,119). Sum of RGB (Red+Green+Blue) = 95+127+119=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F77 is #A08088. Grayscale: #747474. Windows color (decimal): -10518665 or 7831391. OLE color: 7831391.

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

Color convert

RGB95127119-
CMYK0.2500.060.50
HSL165º14.41%43.53%-
HSV(B)165º25.2%49.8%-
XYZ15.6418.9420.28-
YUV116.52129.4112.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 127 (50% from 255) = 37.24%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=27.86%
G=37.24%
B=34.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal951271190.2500.060.5016514.4143.53
Hex5F7F77190632a5e2c
Octal1371771673106622451654
Binary101111111111111110111110010110110010101001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F7F77;
 }
 .AnyTagClassName
 {
   color: #5F7F77;
 }
</style>
background-color css

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

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

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

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

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

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