Html Css Color HEX #707EAC Ship Cove

📋 copy color: '#707EAC'

red 112 ◦ green 126 ◦ blue 172

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

Shades of Ship Cove #707EAC

Tints of Ship Cove #707EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 27.32%
G = 30.73%
B = 41.95%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707EAC (or 0x707EAC) is known color: Ship Cove. HEX triplet: 70, 7E and AC. RGB value is (112,126,172). Sum of RGB (Red+Green+Blue) = 112+126+172=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #707EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EAC is #8F8153. Grayscale: #7E7E7E. Windows color (decimal): -9404756 or 11304560. OLE color: 11304560.

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

Color convert

RGB 112 126 172 -
CMYK 0.35 0.27 0 0.33
HSL 226º 0.27% 0.56% -
HSV(B) 226º 0.35% 0.67% -
XYZ 21.59 21.35 42.01 -
YUV 127.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 112 126 172 0.35 0.27 0 0.33 226 0.27 0.56
Hex 70 7E AC 23 1B 0 21 E2 1B 38
Octal 160 176 254 43 33 0 41 342 33 70
Binary 1110000 1111110 10101100 100011 11011 0 100001 11100010 11011 111000

Color Harmonies of #707EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EAC

Black with #707EAC

Text Example


Text Example

White with #707EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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