Html Css Color HEX #66758E Waikawa Grey

📋 copy color: '#66758E'

red 102 ◦ green 117 ◦ blue 142

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

Shades of Waikawa Grey #66758E

Tints of Waikawa Grey #66758E

RGB

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

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

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

R = 28.25%
G = 32.41%
B = 39.34%

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

#66758E (or 0x66758E) is known color: Waikawa Grey. HEX triplet: 66, 75 and 8E. RGB value is (102,117,142). Sum of RGB (Red+Green+Blue) = 102+117+142=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #66758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66758E is #998A71. Grayscale: #737373. Windows color (decimal): -10062450 or 9336166. OLE color: 9336166.

HSL color Cylindrical-coordinate representation of color #66758E: hue angle of 217.5º 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 #66758E is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 117 142 -
CMYK 0.28 0.18 0 0.44
HSL 217.5º 0.16% 0.48% -
HSV(B) 217.5º 0.28% 0.56% -
XYZ 16.72 17.5 28.09 -
YUV 115.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 102 117 142 0.28 0.18 0 0.44 217.5 0.16 0.48
Hex 66 75 8E 1C 12 0 2C DA 10 30
Octal 146 165 216 34 22 0 54 332 20 60
Binary 1100110 1110101 10001110 11100 10010 0 101100 11011010 10000 110000

Color Harmonies of #66758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66758E

Black with #66758E

Text Example


Text Example

White with #66758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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