Html Css Color HEX #66887A Cutty Sark

📋 copy color: '#66887A'

red 102 ◦ green 136 ◦ blue 122

#66887A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #66887A

Tints of Cutty Sark #66887A

RGB

 RED value IS 102 (40.23% from 255) = 28.33%

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 28.33%
G = 37.78%
B = 33.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#66887A (or 0x66887A) is known color: Cutty Sark. HEX triplet: 66, 88 and 7A. RGB value is (102,136,122). Sum of RGB (Red+Green+Blue) = 102+136+122=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #66887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66887A is #997785. Grayscale: #7C7C7C. Windows color (decimal): -10057606 or 8030310. OLE color: 8030310.

HSL color Cylindrical-coordinate representation of color #66887A: hue angle of 155.29º 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 #66887A is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 122 -
CMYK 0.25 0 0.10 0.47
HSL 155.29º 0.14% 0.47% -
HSV(B) 155.29º 0.25% 0.53% -
XYZ 17.8 21.84 21.69 -
YUV 124.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 102 136 122 0.25 0 0.10 0.47 155.29 0.14 0.47
Hex 66 88 7A 19 0 A 2F 9B E 2F
Octal 146 210 172 31 0 12 57 233 16 57
Binary 1100110 10001000 1111010 11001 0 1010 101111 10011011 1110 101111

Color Harmonies of #66887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66887A

Black with #66887A

Text Example


Text Example

White with #66887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66887A; }

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

 H1.HeaderClassName
 {
   color: #66887A;
 }
 .AnyTagClassName
 {
   color: #66887A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #66887A;
 }
 .BgClassName
 {
   background-color: #66887A;
 }
</style>

border-color css

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

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

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