Html Css Color HEX #707EA6 Ship Cove

📋 copy color: '#707EA6'

red 112 ◦ green 126 ◦ blue 166

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

Shades of Ship Cove #707EA6

Tints of Ship Cove #707EA6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.19%

 BLUE value IS 166 (65.23% from 255) = 41.09%

R = 27.72%
G = 31.19%
B = 41.09%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#707EA6 (or 0x707EA6) is known color: Ship Cove. HEX triplet: 70, 7E and A6. RGB value is (112,126,166). Sum of RGB (Red+Green+Blue) = 112+126+166=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 166 - color contains mainly: blue. Hex color #707EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EA6 is #8F8159. Grayscale: #7E7E7E. Windows color (decimal): -9404762 or 10911344. OLE color: 10911344.

HSL color Cylindrical-coordinate representation of color #707EA6: hue angle of 224.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #707EA6 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 126 166 -
CMYK 0.33 0.24 0 0.35
HSL 224.44º 0.23% 0.55% -
HSV(B) 224.44º 0.33% 0.65% -
XYZ 21.03 21.12 39.04 -
YUV 126.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 112 126 166 0.33 0.24 0 0.35 224.44 0.23 0.55
Hex 70 7E A6 21 18 0 23 E0 17 37
Octal 160 176 246 41 30 0 43 340 27 67
Binary 1110000 1111110 10100110 100001 11000 0 100011 11100000 10111 110111

Color Harmonies of #707EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EA6

Black with #707EA6

Text Example


Text Example

White with #707EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,126,166); }

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

background-color css

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

 a { background-color: rgb(112,126,166); }

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

border-color css

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

 span { border-color: rgb(112,126,166); }

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