Html Css Color HEX #707EA0 Ship Cove

📋 copy color: '#707EA0'

red 112 ◦ green 126 ◦ blue 160

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

Shades of Ship Cove #707EA0

Tints of Ship Cove #707EA0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

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

R = 28.14%
G = 31.66%
B = 40.2%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#707EA0 (or 0x707EA0) is known color: Ship Cove. HEX triplet: 70, 7E and A0. RGB value is (112,126,160). Sum of RGB (Red+Green+Blue) = 112+126+160=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #707EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EA0 is #8F815F. Grayscale: #7D7D7D. Windows color (decimal): -9404768 or 10518128. OLE color: 10518128.

HSL color Cylindrical-coordinate representation of color #707EA0: hue angle of 222.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 #707EA0 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 126 160 -
CMYK 0.30 0.21 0 0.37
HSL 222.5º 0.2% 0.53% -
HSV(B) 222.5º 0.3% 0.63% -
XYZ 20.49 20.9 36.21 -
YUV 125.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 112 126 160 0.30 0.21 0 0.37 222.5 0.2 0.53
Hex 70 7E A0 1E 15 0 25 DE 14 35
Octal 160 176 240 36 25 0 45 336 24 65
Binary 1110000 1111110 10100000 11110 10101 0 100101 11011110 10100 110101

Color Harmonies of #707EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EA0

Black with #707EA0

Text Example


Text Example

White with #707EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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