Html Css Color HEX #707BA0 Ship Cove

📋 copy color: '#707BA0'

red 112 ◦ green 123 ◦ blue 160

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

Shades of Ship Cove #707BA0

Tints of Ship Cove #707BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.14%

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

R = 28.35%
G = 31.14%
B = 40.51%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#707BA0 (or 0x707BA0) is known color: Ship Cove. HEX triplet: 70, 7B and A0. RGB value is (112,123,160). Sum of RGB (Red+Green+Blue) = 112+123+160=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 160 - color contains mainly: blue. Hex color #707BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BA0 is #8F845F. Grayscale: #7B7B7B. Windows color (decimal): -9405536 or 10517360. OLE color: 10517360.

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

Color convert

RGB 112 123 160 -
CMYK 0.30 0.23 0 0.37
HSL 226.25º 0.2% 0.53% -
HSV(B) 226.25º 0.3% 0.63% -
XYZ 20.11 20.15 36.09 -
YUV 123.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 112 123 160 0.30 0.23 0 0.37 226.25 0.2 0.53
Hex 70 7B A0 1E 17 0 25 E2 14 35
Octal 160 173 240 36 27 0 45 342 24 65
Binary 1110000 1111011 10100000 11110 10111 0 100101 11100010 10100 110101

Color Harmonies of #707BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BA0

Black with #707BA0

Text Example


Text Example

White with #707BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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