#668877

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

Shades of Cutty Sark #668877

Tints of Cutty Sark #668877

Color information

#668877 (or 0x668877) is unknown color: approx Cutty Sark. HEX triplet: 66, 88 and 77. RGB value is (102,136,119). Sum of RGB (Red+Green+Blue) = 102+136+119=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #668877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668877 is #997788. Grayscale: #7B7B7B. Windows color (decimal): -10057609 or 7833702. OLE color: 7833702.

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

Color convert

RGB102136119-
CMYK0.2500.120.47
HSL150º14.29%46.67%-
HSV(B)150º25%53.33%-
XYZ17.6121.7720.73-
YUV123.9125.24112.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=28.57%
G=38.10%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021361190.2500.120.4715014.2946.67
Hex668877190C2F96e2f
Octal14621016731014572261657
Binary11001101000100011101111100101100101111100101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668877; }

 p { color: rgb(102,136,119); }

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

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

 a { background-color: rgb(102,136,119); }

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

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

 span { border-color: rgb(102,136,119); }

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