Html Css Color HEX #707EAB Ship Cove

📋 copy color: '#707EAB'

red 112 ◦ green 126 ◦ blue 171

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

Shades of Ship Cove #707EAB

Tints of Ship Cove #707EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 27.38%
G = 30.81%
B = 41.81%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707EAB (or 0x707EAB) is known color: Ship Cove. HEX triplet: 70, 7E and AB. RGB value is (112,126,171). Sum of RGB (Red+Green+Blue) = 112+126+171=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #707EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EAB is #8F8154. Grayscale: #7E7E7E. Windows color (decimal): -9404757 or 11239024. OLE color: 11239024.

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

Color convert

RGB 112 126 171 -
CMYK 0.35 0.26 0 0.33
HSL 225.76º 0.26% 0.55% -
HSV(B) 225.76º 0.35% 0.67% -
XYZ 21.49 21.31 41.51 -
YUV 126.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 112 126 171 0.35 0.26 0 0.33 225.76 0.26 0.55
Hex 70 7E AB 23 1A 0 21 E2 1A 37
Octal 160 176 253 43 32 0 41 342 32 67
Binary 1110000 1111110 10101011 100011 11010 0 100001 11100010 11010 110111

Color Harmonies of #707EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EAB

Black with #707EAB

Text Example


Text Example

White with #707EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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