Html Css Color HEX #707899 Ship Cove

📋 copy color: '#707899'

red 112 ◦ green 120 ◦ blue 153

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

Shades of Ship Cove #707899

Tints of Ship Cove #707899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

 BLUE value IS 153 (60.16% from 255) = 39.74%

R = 29.09%
G = 31.17%
B = 39.74%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#707899 (or 0x707899) is known color: Ship Cove. HEX triplet: 70, 78 and 99. RGB value is (112,120,153). Sum of RGB (Red+Green+Blue) = 112+120+153=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #707899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707899 is #8F8766. Grayscale: #797979. Windows color (decimal): -9406311 or 10057840. OLE color: 10057840.

HSL color Cylindrical-coordinate representation of color #707899: hue angle of 228.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707899 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 120 153 -
CMYK 0.27 0.22 0 0.4
HSL 228.29º 0.17% 0.52% -
HSV(B) 228.29º 0.27% 0.6% -
XYZ 19.15 19.18 32.83 -
YUV 121.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 112 120 153 0.27 0.22 0 0.4 228.29 0.17 0.52
Hex 70 78 99 1B 16 0 28 E4 11 34
Octal 160 170 231 33 26 0 50 344 21 64
Binary 1110000 1111000 10011001 11011 10110 0 101000 11100100 10001 110100

Color Harmonies of #707899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707899

Black with #707899

Text Example


Text Example

White with #707899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707899; }

 p { color: rgb(112,120,153); }

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

background-color css

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

 a { background-color: rgb(112,120,153); }

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

border-color css

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

 span { border-color: rgb(112,120,153); }

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