Html Css Color HEX #66867A Cutty Sark

📋 copy color: '#66867A'

red 102 ◦ green 134 ◦ blue 122

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

Shades of Cutty Sark #66867A

Tints of Cutty Sark #66867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

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

R = 28.49%
G = 37.43%
B = 34.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#66867A (or 0x66867A) is known color: Cutty Sark. HEX triplet: 66, 86 and 7A. RGB value is (102,134,122). Sum of RGB (Red+Green+Blue) = 102+134+122=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #66867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66867A is #997985. Grayscale: #7B7B7B. Windows color (decimal): -10058118 or 8029798. OLE color: 8029798.

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

Color convert

RGB 102 134 122 -
CMYK 0.24 0 0.09 0.47
HSL 157.5º 0.14% 0.46% -
HSV(B) 157.5º 0.24% 0.53% -
XYZ 17.52 21.28 21.6 -
YUV 123.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 102 134 122 0.24 0 0.09 0.47 157.5 0.14 0.46
Hex 66 86 7A 18 0 9 2F 9E E 2E
Octal 146 206 172 30 0 11 57 236 16 56
Binary 1100110 10000110 1111010 11000 0 1001 101111 10011110 1110 101110

Color Harmonies of #66867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66867A

Black with #66867A

Text Example


Text Example

White with #66867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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