Html Css Color HEX #66748E Waikawa Grey

📋 copy color: '#66748E'

red 102 ◦ green 116 ◦ blue 142

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

Shades of Waikawa Grey #66748E

Tints of Waikawa Grey #66748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

 BLUE value IS 142 (55.86% from 255) = 39.44%

R = 28.33%
G = 32.22%
B = 39.44%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66748E (or 0x66748E) is known color: Waikawa Grey. HEX triplet: 66, 74 and 8E. RGB value is (102,116,142). Sum of RGB (Red+Green+Blue) = 102+116+142=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #66748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66748E is #998B71. Grayscale: #727272. Windows color (decimal): -10062706 or 9335910. OLE color: 9335910.

HSL color Cylindrical-coordinate representation of color #66748E: hue angle of 219º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66748E is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 116 142 -
CMYK 0.28 0.18 0 0.44
HSL 219º 0.16% 0.48% -
HSV(B) 219º 0.28% 0.56% -
XYZ 16.61 17.27 28.05 -
YUV 114.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 102 116 142 0.28 0.18 0 0.44 219 0.16 0.48
Hex 66 74 8E 1C 12 0 2C DB 10 30
Octal 146 164 216 34 22 0 54 333 20 60
Binary 1100110 1110100 10001110 11100 10010 0 101100 11011011 10000 110000

Color Harmonies of #66748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66748E

Black with #66748E

Text Example


Text Example

White with #66748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66748E; }

 p { color: rgb(102,116,142); }

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

background-color css

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

 a { background-color: rgb(102,116,142); }

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

border-color css

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

 span { border-color: rgb(102,116,142); }

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