Html Css Color HEX #707AA2 Ship Cove

📋 copy color: '#707AA2'

red 112 ◦ green 122 ◦ blue 162

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

Shades of Ship Cove #707AA2

Tints of Ship Cove #707AA2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.81%

 BLUE value IS 162 (63.67% from 255) = 40.91%

R = 28.28%
G = 30.81%
B = 40.91%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#707AA2 (or 0x707AA2) is known color: Ship Cove. HEX triplet: 70, 7A and A2. RGB value is (112,122,162). Sum of RGB (Red+Green+Blue) = 112+122+162=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 162 - color contains mainly: blue. Hex color #707AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AA2 is #8F855D. Grayscale: #7B7B7B. Windows color (decimal): -9405790 or 10648176. OLE color: 10648176.

HSL color Cylindrical-coordinate representation of color #707AA2: hue angle of 228º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707AA2 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 122 162 -
CMYK 0.31 0.25 0 0.36
HSL 228º 0.21% 0.54% -
HSV(B) 228º 0.31% 0.64% -
XYZ 20.16 19.97 36.97 -
YUV 123.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 112 122 162 0.31 0.25 0 0.36 228 0.21 0.54
Hex 70 7A A2 1F 19 0 24 E4 15 36
Octal 160 172 242 37 31 0 44 344 25 66
Binary 1110000 1111010 10100010 11111 11001 0 100100 11100100 10101 110110

Color Harmonies of #707AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AA2

Black with #707AA2

Text Example


Text Example

White with #707AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,122,162); }

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

background-color css

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

 a { background-color: rgb(112,122,162); }

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

border-color css

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

 span { border-color: rgb(112,122,162); }

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