Html Css Color HEX #66857A Cutty Sark

📋 copy color: '#66857A'

red 102 ◦ green 133 ◦ blue 122

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

Shades of Cutty Sark #66857A

Tints of Cutty Sark #66857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 28.57%
G = 37.25%
B = 34.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#66857A (or 0x66857A) is known color: Cutty Sark. HEX triplet: 66, 85 and 7A. RGB value is (102,133,122). Sum of RGB (Red+Green+Blue) = 102+133+122=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #66857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66857A is #997A85. Grayscale: #7A7A7A. Windows color (decimal): -10058374 or 8029542. OLE color: 8029542.

HSL color Cylindrical-coordinate representation of color #66857A: hue angle of 158.71º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66857A is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 122 -
CMYK 0.23 0 0.08 0.48
HSL 158.71º 0.13% 0.46% -
HSV(B) 158.71º 0.23% 0.52% -
XYZ 17.38 21 21.55 -
YUV 122.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 102 133 122 0.23 0 0.08 0.48 158.71 0.13 0.46
Hex 66 85 7A 17 0 8 30 9F D 2E
Octal 146 205 172 27 0 10 60 237 15 56
Binary 1100110 10000101 1111010 10111 0 1000 110000 10011111 1101 101110

Color Harmonies of #66857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66857A

Black with #66857A

Text Example


Text Example

White with #66857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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