Html Css Color HEX #66728C Waikawa Grey

📋 copy color: '#66728C'

red 102 ◦ green 114 ◦ blue 140

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

Shades of Waikawa Grey #66728C

Tints of Waikawa Grey #66728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 28.65%
G = 32.02%
B = 39.33%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66728C (or 0x66728C) is known color: Waikawa Grey. HEX triplet: 66, 72 and 8C. RGB value is (102,114,140). Sum of RGB (Red+Green+Blue) = 102+114+140=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #66728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66728C is #998D73. Grayscale: #717171. Windows color (decimal): -10063220 or 9204326. OLE color: 9204326.

HSL color Cylindrical-coordinate representation of color #66728C: hue angle of 221.05º 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 #66728C is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 114 140 -
CMYK 0.27 0.19 0 0.45
HSL 221.05º 0.16% 0.47% -
HSV(B) 221.05º 0.27% 0.55% -
XYZ 16.23 16.75 27.19 -
YUV 113.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 102 114 140 0.27 0.19 0 0.45 221.05 0.16 0.47
Hex 66 72 8C 1B 13 0 2D DD 10 2F
Octal 146 162 214 33 23 0 55 335 20 57
Binary 1100110 1110010 10001100 11011 10011 0 101101 11011101 10000 101111

Color Harmonies of #66728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66728C

Black with #66728C

Text Example


Text Example

White with #66728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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