Html Css Color HEX #707BAA Ship Cove

📋 copy color: '#707BAA'

red 112 ◦ green 123 ◦ blue 170

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

Shades of Ship Cove #707BAA

Tints of Ship Cove #707BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.37%

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

R = 27.65%
G = 30.37%
B = 41.98%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707BAA (or 0x707BAA) is known color: Ship Cove. HEX triplet: 70, 7B and AA. RGB value is (112,123,170). Sum of RGB (Red+Green+Blue) = 112+123+170=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #707BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BAA is #8F8455. Grayscale: #7C7C7C. Windows color (decimal): -9405526 or 11172720. OLE color: 11172720.

HSL color Cylindrical-coordinate representation of color #707BAA: hue angle of 228.62º 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 #707BAA is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 123 170 -
CMYK 0.34 0.28 0 0.33
HSL 228.62º 0.25% 0.55% -
HSV(B) 228.62º 0.34% 0.67% -
XYZ 21.02 20.51 40.88 -
YUV 125.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 112 123 170 0.34 0.28 0 0.33 228.62 0.25 0.55
Hex 70 7B AA 22 1C 0 21 E5 19 37
Octal 160 173 252 42 34 0 41 345 31 67
Binary 1110000 1111011 10101010 100010 11100 0 100001 11100101 11001 110111

Color Harmonies of #707BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BAA

Black with #707BAA

Text Example


Text Example

White with #707BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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