Html Css Color HEX #66758C Waikawa Grey

📋 copy color: '#66758C'

red 102 ◦ green 117 ◦ blue 140

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

Shades of Waikawa Grey #66758C

Tints of Waikawa Grey #66758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 28.41%
G = 32.59%
B = 39%

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

#66758C (or 0x66758C) is known color: Waikawa Grey. HEX triplet: 66, 75 and 8C. RGB value is (102,117,140). Sum of RGB (Red+Green+Blue) = 102+117+140=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #66758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66758C is #998A73. Grayscale: #737373. Windows color (decimal): -10062452 or 9205094. OLE color: 9205094.

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

Color convert

RGB 102 117 140 -
CMYK 0.27 0.16 0 0.45
HSL 216.32º 0.16% 0.47% -
HSV(B) 216.32º 0.27% 0.55% -
XYZ 16.57 17.44 27.3 -
YUV 115.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 102 117 140 0.27 0.16 0 0.45 216.32 0.16 0.47
Hex 66 75 8C 1B 10 0 2D D8 10 2F
Octal 146 165 214 33 20 0 55 330 20 57
Binary 1100110 1110101 10001100 11011 10000 0 101101 11011000 10000 101111

Color Harmonies of #66758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66758C

Black with #66758C

Text Example


Text Example

White with #66758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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