Html Css Color HEX #707598 Waikawa Grey

📋 copy color: '#707598'

red 112 ◦ green 117 ◦ blue 152

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

Shades of Waikawa Grey #707598

Tints of Waikawa Grey #707598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.71%

 BLUE value IS 152 (59.77% from 255) = 39.9%

R = 29.4%
G = 30.71%
B = 39.9%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#707598 (or 0x707598) is known color: Waikawa Grey. HEX triplet: 70, 75 and 98. RGB value is (112,117,152). Sum of RGB (Red+Green+Blue) = 112+117+152=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 152 - color contains mainly: blue. Hex color #707598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707598 is #8F8A67. Grayscale: #777777. Windows color (decimal): -9407080 or 9991536. OLE color: 9991536.

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

Color convert

RGB 112 117 152 -
CMYK 0.26 0.23 0 0.40
HSL 232.5º 0.16% 0.52% -
HSV(B) 232.5º 0.26% 0.6% -
XYZ 18.71 18.43 32.28 -
YUV 119.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 112 117 152 0.26 0.23 0 0.40 232.5 0.16 0.52
Hex 70 75 98 1A 17 0 28 E8 10 34
Octal 160 165 230 32 27 0 50 350 20 64
Binary 1110000 1110101 10011000 11010 10111 0 101000 11101000 10000 110100

Color Harmonies of #707598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707598

Black with #707598

Text Example


Text Example

White with #707598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707598; }

 p { color: rgb(112,117,152); }

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

background-color css

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

 a { background-color: rgb(112,117,152); }

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

border-color css

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

 span { border-color: rgb(112,117,152); }

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