Html Css Color HEX #66728A Waikawa Grey

📋 copy color: '#66728A'

red 102 ◦ green 114 ◦ blue 138

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

Shades of Waikawa Grey #66728A

Tints of Waikawa Grey #66728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 28.81%
G = 32.2%
B = 38.98%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66728A (or 0x66728A) is known color: Waikawa Grey. HEX triplet: 66, 72 and 8A. RGB value is (102,114,138). Sum of RGB (Red+Green+Blue) = 102+114+138=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #66728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66728A is #998D75. Grayscale: #717171. Windows color (decimal): -10063222 or 9073254. OLE color: 9073254.

HSL color Cylindrical-coordinate representation of color #66728A: hue angle of 220º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66728A is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 114 138 -
CMYK 0.26 0.17 0 0.46
HSL 220º 0.15% 0.47% -
HSV(B) 220º 0.26% 0.54% -
XYZ 16.08 16.69 26.42 -
YUV 113.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 102 114 138 0.26 0.17 0 0.46 220 0.15 0.47
Hex 66 72 8A 1A 11 0 2E DC F 2F
Octal 146 162 212 32 21 0 56 334 17 57
Binary 1100110 1110010 10001010 11010 10001 0 101110 11011100 1111 101111

Color Harmonies of #66728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66728A

Black with #66728A

Text Example


Text Example

White with #66728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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