Html Css Color HEX #707699 Waikawa Grey

📋 copy color: '#707699'

red 112 ◦ green 118 ◦ blue 153

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

Shades of Waikawa Grey #707699

Tints of Waikawa Grey #707699

RGB

 RED value IS 112 (44.14% from 255) = 29.24%

 GREEN value IS 118 (46.48% from 255) = 30.81%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 29.24%
G = 30.81%
B = 39.95%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#707699 (or 0x707699) is known color: Waikawa Grey. HEX triplet: 70, 76 and 99. RGB value is (112,118,153). Sum of RGB (Red+Green+Blue) = 112+118+153=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #707699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707699 is #8F8966. Grayscale: #787878. Windows color (decimal): -9406823 or 10057328. OLE color: 10057328.

HSL color Cylindrical-coordinate representation of color #707699: hue angle of 231.22º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707699 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 118 153 -
CMYK 0.27 0.23 0 0.4
HSL 231.22º 0.17% 0.52% -
HSV(B) 231.22º 0.27% 0.6% -
XYZ 18.91 18.7 32.75 -
YUV 120.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 112 118 153 0.27 0.23 0 0.4 231.22 0.17 0.52
Hex 70 76 99 1B 17 0 28 E7 11 34
Octal 160 166 231 33 27 0 50 347 21 64
Binary 1110000 1110110 10011001 11011 10111 0 101000 11100111 10001 110100

Color Harmonies of #707699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707699

Black with #707699

Text Example


Text Example

White with #707699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707699; }

 p { color: rgb(112,118,153); }

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

background-color css

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

 a { background-color: rgb(112,118,153); }

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

border-color css

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

 span { border-color: rgb(112,118,153); }

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