Html Css Color HEX #66857B Cutty Sark

📋 copy color: '#66857B'

red 102 ◦ green 133 ◦ blue 123

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

Shades of Cutty Sark #66857B

Tints of Cutty Sark #66857B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 28.49%
G = 37.15%
B = 34.36%

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

#66857B (or 0x66857B) is known color: Cutty Sark. HEX triplet: 66, 85 and 7B. RGB value is (102,133,123). Sum of RGB (Red+Green+Blue) = 102+133+123=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #66857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66857B is #997A84. Grayscale: #7A7A7A. Windows color (decimal): -10058373 or 8095078. OLE color: 8095078.

HSL color Cylindrical-coordinate representation of color #66857B: hue angle of 160.65º 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 #66857B is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 123 -
CMYK 0.23 0 0.08 0.48
HSL 160.65º 0.13% 0.46% -
HSV(B) 160.65º 0.23% 0.52% -
XYZ 17.44 21.03 21.88 -
YUV 122.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 102 133 123 0.23 0 0.08 0.48 160.65 0.13 0.46
Hex 66 85 7B 17 0 8 30 A1 D 2E
Octal 146 205 173 27 0 10 60 241 15 56
Binary 1100110 10000101 1111011 10111 0 1000 110000 10100001 1101 101110

Color Harmonies of #66857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66857B

Black with #66857B

Text Example


Text Example

White with #66857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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