Html Css Color HEX #668277 Cutty Sark

📋 copy color: '#668277'

red 102 ◦ green 130 ◦ blue 119

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

Shades of Cutty Sark #668277

Tints of Cutty Sark #668277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 29.06%
G = 37.04%
B = 33.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#668277 (or 0x668277) is known color: Cutty Sark. HEX triplet: 66, 82 and 77. RGB value is (102,130,119). Sum of RGB (Red+Green+Blue) = 102+130+119=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #668277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668277 is #997D88. Grayscale: #787878. Windows color (decimal): -10059145 or 7832166. OLE color: 7832166.

HSL color Cylindrical-coordinate representation of color #668277: hue angle of 156.43º 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 #668277 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 119 -
CMYK 0.22 0 0.08 0.49
HSL 156.43º 0.12% 0.45% -
HSV(B) 156.43º 0.22% 0.51% -
XYZ 16.79 20.12 20.45 -
YUV 120.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 102 130 119 0.22 0 0.08 0.49 156.43 0.12 0.45
Hex 66 82 77 16 0 8 31 9C C 2D
Octal 146 202 167 26 0 10 61 234 14 55
Binary 1100110 10000010 1110111 10110 0 1000 110001 10011100 1100 101101

Color Harmonies of #668277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668277

Black with #668277

Text Example


Text Example

White with #668277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668277; }

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

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

background-color css

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

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

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

border-color css

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

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

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