#6E7F78

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

Shades of Cutty Sark #6E7F78

Tints of Cutty Sark #6E7F78

Color information

#6E7F78 (or 0x6E7F78) is unknown color: approx Cutty Sark. HEX triplet: 6E, 7F and 78. RGB value is (110,127,120). Sum of RGB (Red+Green+Blue) = 110+127+120=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #6E7F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7F78 is #918087. Grayscale: #797979. Windows color (decimal): -9535624 or 7896942. OLE color: 7896942.

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

Color convert

RGB110127120-
CMYK0.1300.060.50
HSL155.29º7.17%46.47%-
HSV(B)155.29º13.39%49.8%-
XYZ17.4119.8520.68-
YUV121.12127.37120.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.81%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=30.81%
G=35.57%
B=33.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1101271200.1300.060.50155.297.1746.47
Hex6E7F78D06329b72e
Octal156177170150662233756
Binary1101110111111111110001101011011001010011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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