#678776

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

Shades of Cutty Sark #678776

Tints of Cutty Sark #678776

Color information

#678776 (or 0x678776) is unknown color: approx Cutty Sark. HEX triplet: 67, 87 and 76. RGB value is (103,135,118). Sum of RGB (Red+Green+Blue) = 103+135+118=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #678776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678776 is #987889. Grayscale: #7B7B7B. Windows color (decimal): -9992330 or 7767911. OLE color: 7767911.

HSL color Cylindrical-coordinate representation of color #678776: hue angle of 148.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #678776 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB103135118-
CMYK0.2400.130.47
HSL148.12º13.45%46.67%-
HSV(B)148.12º23.7%52.94%-
XYZ17.5321.5220.37-
YUV123.49124.9113.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=28.93%
G=37.92%
B=33.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031351180.2400.130.47148.1213.4546.67
Hex678776180D2F94d2f
Octal14720716630015572241557
Binary11001111000011111101101100001101101111100101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678776; }

 p { color: rgb(103,135,118); }

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

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

 a { background-color: rgb(103,135,118); }

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

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

 span { border-color: rgb(103,135,118); }

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