Html Css Color HEX #70779B Ship Cove

📋 copy color: '#70779B'

red 112 ◦ green 119 ◦ blue 155

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

Shades of Ship Cove #70779B

Tints of Ship Cove #70779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 29.02%
G = 30.83%
B = 40.16%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70779B (or 0x70779B) is known color: Ship Cove. HEX triplet: 70, 77 and 9B. RGB value is (112,119,155). Sum of RGB (Red+Green+Blue) = 112+119+155=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #70779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70779B is #8F8864. Grayscale: #787878. Windows color (decimal): -9406565 or 10188656. OLE color: 10188656.

HSL color Cylindrical-coordinate representation of color #70779B: hue angle of 230.23º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70779B is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 119 155 -
CMYK 0.28 0.23 0 0.39
HSL 230.23º 0.18% 0.52% -
HSV(B) 230.23º 0.28% 0.61% -
XYZ 19.2 19 33.67 -
YUV 121.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 112 119 155 0.28 0.23 0 0.39 230.23 0.18 0.52
Hex 70 77 9B 1C 17 0 27 E6 12 34
Octal 160 167 233 34 27 0 47 346 22 64
Binary 1110000 1110111 10011011 11100 10111 0 100111 11100110 10010 110100

Color Harmonies of #70779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70779B

Black with #70779B

Text Example


Text Example

White with #70779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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