Html Css Color HEX #66748A Waikawa Grey

📋 copy color: '#66748A'

red 102 ◦ green 116 ◦ blue 138

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

Shades of Waikawa Grey #66748A

Tints of Waikawa Grey #66748A

RGB

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

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

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

R = 28.65%
G = 32.58%
B = 38.76%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66748A (or 0x66748A) is known color: Waikawa Grey. HEX triplet: 66, 74 and 8A. RGB value is (102,116,138). Sum of RGB (Red+Green+Blue) = 102+116+138=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #66748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66748A is #998B75. Grayscale: #727272. Windows color (decimal): -10062710 or 9073766. OLE color: 9073766.

HSL color Cylindrical-coordinate representation of color #66748A: hue angle of 216.67º 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 #66748A is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 116 138 -
CMYK 0.26 0.16 0 0.46
HSL 216.67º 0.15% 0.47% -
HSV(B) 216.67º 0.26% 0.54% -
XYZ 16.31 17.15 26.5 -
YUV 114.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 102 116 138 0.26 0.16 0 0.46 216.67 0.15 0.47
Hex 66 74 8A 1A 10 0 2E D9 F 2F
Octal 146 164 212 32 20 0 56 331 17 57
Binary 1100110 1110100 10001010 11010 10000 0 101110 11011001 1111 101111

Color Harmonies of #66748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66748A

Black with #66748A

Text Example


Text Example

White with #66748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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