Html Css Color HEX #66779F Waikawa Grey

📋 copy color: '#66779F'

red 102 ◦ green 119 ◦ blue 159

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

Shades of Waikawa Grey #66779F

Tints of Waikawa Grey #66779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.32%

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 26.84%
G = 31.32%
B = 41.84%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66779F (or 0x66779F) is known color: Waikawa Grey. HEX triplet: 66, 77 and 9F. RGB value is (102,119,159). Sum of RGB (Red+Green+Blue) = 102+119+159=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #66779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66779F is #998860. Grayscale: #767676. Windows color (decimal): -10061921 or 10450790. OLE color: 10450790.

HSL color Cylindrical-coordinate representation of color #66779F: hue angle of 222.11º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66779F is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 119 159 -
CMYK 0.36 0.25 0 0.38
HSL 222.11º 0.23% 0.51% -
HSV(B) 222.11º 0.36% 0.62% -
XYZ 18.33 18.52 35.41 -
YUV 118.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 102 119 159 0.36 0.25 0 0.38 222.11 0.23 0.51
Hex 66 77 9F 24 19 0 26 DE 17 33
Octal 146 167 237 44 31 0 46 336 27 63
Binary 1100110 1110111 10011111 100100 11001 0 100110 11011110 10111 110011

Color Harmonies of #66779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66779F

Black with #66779F

Text Example


Text Example

White with #66779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66779F; }

 p { color: rgb(102,119,159); }

 H1.HeaderClassName
 {
   color: #66779F;
 }
 .AnyTagClassName
 {
   color: #66779F;
 }
</style>

background-color css

<style>
 a { background-color: #66779F; }

 a { background-color: rgb(102,119,159); }

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

border-color css

<style>
 span { border-color: #66779F; }

 span { border-color: rgb(102,119,159); }

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