Html Css Color HEX #707CAE Ship Cove

📋 copy color: '#707CAE'

red 112 ◦ green 124 ◦ blue 174

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

Shades of Ship Cove #707CAE

Tints of Ship Cove #707CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.24%

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 27.32%
G = 30.24%
B = 42.44%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#707CAE (or 0x707CAE) is known color: Ship Cove. HEX triplet: 70, 7C and AE. RGB value is (112,124,174). Sum of RGB (Red+Green+Blue) = 112+124+174=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #707CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CAE is #8F8351. Grayscale: #7D7D7D. Windows color (decimal): -9405266 or 11435120. OLE color: 11435120.

HSL color Cylindrical-coordinate representation of color #707CAE: hue angle of 228.39º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707CAE is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 124 174 -
CMYK 0.36 0.29 0 0.32
HSL 228.39º 0.28% 0.56% -
HSV(B) 228.39º 0.36% 0.68% -
XYZ 21.53 20.92 42.95 -
YUV 126.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 112 124 174 0.36 0.29 0 0.32 228.39 0.28 0.56
Hex 70 7C AE 24 1D 0 20 E4 1C 38
Octal 160 174 256 44 35 0 40 344 34 70
Binary 1110000 1111100 10101110 100100 11101 0 100000 11100100 11100 111000

Color Harmonies of #707CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CAE

Black with #707CAE

Text Example


Text Example

White with #707CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,124,174); }

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

background-color css

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

 a { background-color: rgb(112,124,174); }

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

border-color css

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

 span { border-color: rgb(112,124,174); }

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