Html Css Color HEX #66768C Waikawa Grey

📋 copy color: '#66768C'

red 102 ◦ green 118 ◦ blue 140

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

Shades of Waikawa Grey #66768C

Tints of Waikawa Grey #66768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 28.33%
G = 32.78%
B = 38.89%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66768C (or 0x66768C) is known color: Waikawa Grey. HEX triplet: 66, 76 and 8C. RGB value is (102,118,140). Sum of RGB (Red+Green+Blue) = 102+118+140=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #66768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66768C is #998973. Grayscale: #737373. Windows color (decimal): -10062196 or 9205350. OLE color: 9205350.

HSL color Cylindrical-coordinate representation of color #66768C: hue angle of 214.74º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66768C is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 118 140 -
CMYK 0.27 0.16 0 0.45
HSL 214.74º 0.16% 0.47% -
HSV(B) 214.74º 0.27% 0.55% -
XYZ 16.69 17.68 27.34 -
YUV 115.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 102 118 140 0.27 0.16 0 0.45 214.74 0.16 0.47
Hex 66 76 8C 1B 10 0 2D D7 10 2F
Octal 146 166 214 33 20 0 55 327 20 57
Binary 1100110 1110110 10001100 11011 10000 0 101101 11010111 10000 101111

Color Harmonies of #66768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66768C

Black with #66768C

Text Example


Text Example

White with #66768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66768C; }

 p { color: rgb(102,118,140); }

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

background-color css

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

 a { background-color: rgb(102,118,140); }

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

border-color css

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

 span { border-color: rgb(102,118,140); }

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