Html Css Color HEX #707CA0 Ship Cove

📋 copy color: '#707CA0'

red 112 ◦ green 124 ◦ blue 160

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

Shades of Ship Cove #707CA0

Tints of Ship Cove #707CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

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

R = 28.28%
G = 31.31%
B = 40.4%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#707CA0 (or 0x707CA0) is known color: Ship Cove. HEX triplet: 70, 7C and A0. RGB value is (112,124,160). Sum of RGB (Red+Green+Blue) = 112+124+160=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #707CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CA0 is #8F835F. Grayscale: #7C7C7C. Windows color (decimal): -9405280 or 10517616. OLE color: 10517616.

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

Color convert

RGB 112 124 160 -
CMYK 0.30 0.22 0 0.37
HSL 225º 0.2% 0.53% -
HSV(B) 225º 0.3% 0.63% -
XYZ 20.23 20.4 36.13 -
YUV 124.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 112 124 160 0.30 0.22 0 0.37 225 0.2 0.53
Hex 70 7C A0 1E 16 0 25 E1 14 35
Octal 160 174 240 36 26 0 45 341 24 65
Binary 1110000 1111100 10100000 11110 10110 0 100101 11100001 10100 110101

Color Harmonies of #707CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CA0

Black with #707CA0

Text Example


Text Example

White with #707CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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