Html Css Color HEX #66827A Cutty Sark

📋 copy color: '#66827A'

red 102 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #66827A

Tints of Cutty Sark #66827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 28.81%
G = 36.72%
B = 34.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#66827A (or 0x66827A) is known color: Cutty Sark. HEX triplet: 66, 82 and 7A. RGB value is (102,130,122). Sum of RGB (Red+Green+Blue) = 102+130+122=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #66827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66827A is #997D85. Grayscale: #787878. Windows color (decimal): -10059142 or 8028774. OLE color: 8028774.

HSL color Cylindrical-coordinate representation of color #66827A: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66827A is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 122 -
CMYK 0.22 0 0.06 0.49
HSL 162.86º 0.12% 0.45% -
HSV(B) 162.86º 0.22% 0.51% -
XYZ 16.97 20.2 21.42 -
YUV 120.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 102 130 122 0.22 0 0.06 0.49 162.86 0.12 0.45
Hex 66 82 7A 16 0 6 31 A3 C 2D
Octal 146 202 172 26 0 6 61 243 14 55
Binary 1100110 10000010 1111010 10110 0 110 110001 10100011 1100 101101

Color Harmonies of #66827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66827A

Black with #66827A

Text Example


Text Example

White with #66827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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