Html Css Color HEX #707AA7 Ship Cove

📋 copy color: '#707AA7'

red 112 ◦ green 122 ◦ blue 167

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

Shades of Ship Cove #707AA7

Tints of Ship Cove #707AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.65%

R = 27.93%
G = 30.42%
B = 41.65%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#707AA7 (or 0x707AA7) is known color: Ship Cove. HEX triplet: 70, 7A and A7. RGB value is (112,122,167). Sum of RGB (Red+Green+Blue) = 112+122+167=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 167 - color contains mainly: blue. Hex color #707AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AA7 is #8F8558. Grayscale: #7B7B7B. Windows color (decimal): -9405785 or 10975856. OLE color: 10975856.

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

Color convert

RGB 112 122 167 -
CMYK 0.33 0.27 0 0.35
HSL 229.09º 0.24% 0.55% -
HSV(B) 229.09º 0.33% 0.65% -
XYZ 20.62 20.15 39.36 -
YUV 124.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 112 122 167 0.33 0.27 0 0.35 229.09 0.24 0.55
Hex 70 7A A7 21 1B 0 23 E5 18 37
Octal 160 172 247 41 33 0 43 345 30 67
Binary 1110000 1111010 10100111 100001 11011 0 100011 11100101 11000 110111

Color Harmonies of #707AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AA7

Black with #707AA7

Text Example


Text Example

White with #707AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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