Html Css Color HEX #707AA0 Ship Cove

📋 copy color: '#707AA0'

red 112 ◦ green 122 ◦ blue 160

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

Shades of Ship Cove #707AA0

Tints of Ship Cove #707AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

 BLUE value IS 160 (62.89% from 255) = 40.61%

R = 28.43%
G = 30.96%
B = 40.61%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#707AA0 (or 0x707AA0) is known color: Ship Cove. HEX triplet: 70, 7A and A0. RGB value is (112,122,160). Sum of RGB (Red+Green+Blue) = 112+122+160=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 160 - color contains mainly: blue. Hex color #707AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AA0 is #8F855F. Grayscale: #7B7B7B. Windows color (decimal): -9405792 or 10517104. OLE color: 10517104.

HSL color Cylindrical-coordinate representation of color #707AA0: hue angle of 227.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707AA0 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 122 160 -
CMYK 0.30 0.24 0 0.37
HSL 227.5º 0.2% 0.53% -
HSV(B) 227.5º 0.3% 0.63% -
XYZ 19.99 19.9 36.05 -
YUV 123.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 112 122 160 0.30 0.24 0 0.37 227.5 0.2 0.53
Hex 70 7A A0 1E 18 0 25 E4 14 35
Octal 160 172 240 36 30 0 45 344 24 65
Binary 1110000 1111010 10100000 11110 11000 0 100101 11100100 10100 110101

Color Harmonies of #707AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AA0

Black with #707AA0

Text Example


Text Example

White with #707AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707AA0; }

 p { color: rgb(112,122,160); }

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

background-color css

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

 a { background-color: rgb(112,122,160); }

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

border-color css

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

 span { border-color: rgb(112,122,160); }

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