Html Css Color HEX #66748C Waikawa Grey

📋 copy color: '#66748C'

red 102 ◦ green 116 ◦ blue 140

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

Shades of Waikawa Grey #66748C

Tints of Waikawa Grey #66748C

RGB

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

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

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

R = 28.49%
G = 32.4%
B = 39.11%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66748C (or 0x66748C) is known color: Waikawa Grey. HEX triplet: 66, 74 and 8C. RGB value is (102,116,140). Sum of RGB (Red+Green+Blue) = 102+116+140=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #66748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66748C is #998B73. Grayscale: #727272. Windows color (decimal): -10062708 or 9204838. OLE color: 9204838.

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

Color convert

RGB 102 116 140 -
CMYK 0.27 0.17 0 0.45
HSL 217.89º 0.16% 0.47% -
HSV(B) 217.89º 0.27% 0.55% -
XYZ 16.46 17.21 27.27 -
YUV 114.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 102 116 140 0.27 0.17 0 0.45 217.89 0.16 0.47
Hex 66 74 8C 1B 11 0 2D DA 10 2F
Octal 146 164 214 33 21 0 55 332 20 57
Binary 1100110 1110100 10001100 11011 10001 0 101101 11011010 10000 101111

Color Harmonies of #66748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66748C

Black with #66748C

Text Example


Text Example

White with #66748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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