Html Css Color HEX #70779A Ship Cove

📋 copy color: '#70779A'

red 112 ◦ green 119 ◦ blue 154

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

Shades of Ship Cove #70779A

Tints of Ship Cove #70779A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

 BLUE value IS 154 (60.55% from 255) = 40%

R = 29.09%
G = 30.91%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70779A (or 0x70779A) is known color: Ship Cove. HEX triplet: 70, 77 and 9A. RGB value is (112,119,154). Sum of RGB (Red+Green+Blue) = 112+119+154=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #70779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70779A is #8F8865. Grayscale: #787878. Windows color (decimal): -9406566 or 10123120. OLE color: 10123120.

HSL color Cylindrical-coordinate representation of color #70779A: hue angle of 230º 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 #70779A is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 119 154 -
CMYK 0.27 0.23 0 0.40
HSL 230º 0.17% 0.52% -
HSV(B) 230º 0.27% 0.6% -
XYZ 19.11 18.97 33.23 -
YUV 120.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 112 119 154 0.27 0.23 0 0.40 230 0.17 0.52
Hex 70 77 9A 1B 17 0 28 E6 11 34
Octal 160 167 232 33 27 0 50 346 21 64
Binary 1110000 1110111 10011010 11011 10111 0 101000 11100110 10001 110100

Color Harmonies of #70779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70779A

Black with #70779A

Text Example


Text Example

White with #70779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70779A; }

 p { color: rgb(112,119,154); }

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

background-color css

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

 a { background-color: rgb(112,119,154); }

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

border-color css

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

 span { border-color: rgb(112,119,154); }

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