Html Css Color HEX #707DAA Ship Cove

📋 copy color: '#707DAA'

red 112 ◦ green 125 ◦ blue 170

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

Shades of Ship Cove #707DAA

Tints of Ship Cove #707DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 27.52%
G = 30.71%
B = 41.77%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707DAA (or 0x707DAA) is known color: Ship Cove. HEX triplet: 70, 7D and AA. RGB value is (112,125,170). Sum of RGB (Red+Green+Blue) = 112+125+170=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #707DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DAA is #8F8255. Grayscale: #7E7E7E. Windows color (decimal): -9405014 or 11173232. OLE color: 11173232.

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

Color convert

RGB 112 125 170 -
CMYK 0.34 0.26 0 0.33
HSL 226.55º 0.25% 0.55% -
HSV(B) 226.55º 0.34% 0.67% -
XYZ 21.27 21.01 40.97 -
YUV 126.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 112 125 170 0.34 0.26 0 0.33 226.55 0.25 0.55
Hex 70 7D AA 22 1A 0 21 E3 19 37
Octal 160 175 252 42 32 0 41 343 31 67
Binary 1110000 1111101 10101010 100010 11010 0 100001 11100011 11001 110111

Color Harmonies of #707DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DAA

Black with #707DAA

Text Example


Text Example

White with #707DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,125,170); }

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

background-color css

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

 a { background-color: rgb(112,125,170); }

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

border-color css

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

 span { border-color: rgb(112,125,170); }

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