#6C7F78

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

Shades of Cutty Sark #6C7F78

Tints of Cutty Sark #6C7F78

Color information

#6C7F78 (or 0x6C7F78) is unknown color: approx Cutty Sark. HEX triplet: 6C, 7F and 78. RGB value is (108,127,120). Sum of RGB (Red+Green+Blue) = 108+127+120=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7F78 is #938087. Grayscale: #787878. Windows color (decimal): -9666696 or 7896940. OLE color: 7896940.

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

Color convert

RGB108127120-
CMYK0.1500.060.50
HSL157.89º8.09%46.08%-
HSV(B)157.89º14.96%49.8%-
XYZ17.1619.7220.67-
YUV120.52127.71119.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.42%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=30.42%
G=35.77%
B=33.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1081271200.1500.060.50157.898.0946.08
Hex6C7F78F06329e82e
Octal1541771701706622361056
Binary11011001111111111100011110110110010100111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C7F78; }

 p { color: rgb(108,127,120); }

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

<style>
 a { background-color: #6C7F78; }

 a { background-color: rgb(108,127,120); }

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

<style>
 span { border-color: #6C7F78; }

 span { border-color: rgb(108,127,120); }

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