Html Css Color HEX #666764 Willow Grove

📋 copy color: '#666764'

red 102 ◦ green 103 ◦ blue 100

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

Shades of Willow Grove #666764

Tints of Willow Grove #666764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 33.44%
G = 33.77%
B = 32.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#666764 (or 0x666764) is known color: Willow Grove. HEX triplet: 66, 67 and 64. RGB value is (102,103,100). Sum of RGB (Red+Green+Blue) = 102+103+100=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 103 - color contains mainly: green. Hex color #666764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666764 is #99989B. Grayscale: #666666. Windows color (decimal): -10066076 or 6580070. OLE color: 6580070.

HSL color Cylindrical-coordinate representation of color #666764: hue angle of 80º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #666764 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 103 100 -
CMYK 0.01 0 0.03 0.60
HSL 80º 0.01% 0.4% -
HSV(B) 80º 0.03% 0.4% -
XYZ 12.63 13.45 13.99 -
YUV 102.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 102 103 100 0.01 0 0.03 0.60 80 0.01 0.4
Hex 66 67 64 1 0 3 3C 50 1 28
Octal 146 147 144 1 0 3 74 120 1 50
Binary 1100110 1100111 1100100 1 0 11 111100 1010000 1 101000

Color Harmonies of #666764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666764

Black with #666764

Text Example


Text Example

White with #666764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666764; }

 p { color: rgb(102,103,100); }

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

background-color css

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

 a { background-color: rgb(102,103,100); }

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

border-color css

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

 span { border-color: rgb(102,103,100); }

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