Html Css Color HEX #66847A Cutty Sark

📋 copy color: '#66847A'

red 102 ◦ green 132 ◦ blue 122

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

Shades of Cutty Sark #66847A

Tints of Cutty Sark #66847A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

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

R = 28.65%
G = 37.08%
B = 34.27%

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

#66847A (or 0x66847A) is known color: Cutty Sark. HEX triplet: 66, 84 and 7A. RGB value is (102,132,122). Sum of RGB (Red+Green+Blue) = 102+132+122=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #66847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66847A is #997B85. Grayscale: #797979. Windows color (decimal): -10058630 or 8029286. OLE color: 8029286.

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

Color convert

RGB 102 132 122 -
CMYK 0.23 0 0.08 0.48
HSL 160º 0.13% 0.46% -
HSV(B) 160º 0.23% 0.52% -
XYZ 17.24 20.73 21.51 -
YUV 121.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 102 132 122 0.23 0 0.08 0.48 160 0.13 0.46
Hex 66 84 7A 17 0 8 30 A0 D 2E
Octal 146 204 172 27 0 10 60 240 15 56
Binary 1100110 10000100 1111010 10111 0 1000 110000 10100000 1101 101110

Color Harmonies of #66847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66847A

Black with #66847A

Text Example


Text Example

White with #66847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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