#66877B

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

Shades of Cutty Sark #66877B

Tints of Cutty Sark #66877B

Color information

#66877B (or 0x66877B) is unknown color: approx Cutty Sark. HEX triplet: 66, 87 and 7B. RGB value is (102,135,123). Sum of RGB (Red+Green+Blue) = 102+135+123=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #66877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66877B is #997884. Grayscale: #7B7B7B. Windows color (decimal): -10057861 or 8095590. OLE color: 8095590.

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

Color convert

RGB102135123-
CMYK0.2400.090.47
HSL158.18º13.92%46.47%-
HSV(B)158.18º24.44%52.94%-
XYZ17.7221.5821.97-
YUV123.76127.57112.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=28.33%
G=37.5%
B=34.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021351230.2400.090.47158.1813.9246.47
Hex66877B18092F9ee2e
Octal14620717330011572361656
Binary11001101000011111110111100001001101111100111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66877B; }

 p { color: rgb(102,135,123); }

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

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

 a { background-color: rgb(102,135,123); }

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

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

 span { border-color: rgb(102,135,123); }

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