Html Css Color HEX #707A9B Ship Cove

📋 copy color: '#707A9B'

red 112 ◦ green 122 ◦ blue 155

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

Shades of Ship Cove #707A9B

Tints of Ship Cove #707A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 28.79%
G = 31.36%
B = 39.85%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#707A9B (or 0x707A9B) is known color: Ship Cove. HEX triplet: 70, 7A and 9B. RGB value is (112,122,155). Sum of RGB (Red+Green+Blue) = 112+122+155=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #707A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A9B is #8F8564. Grayscale: #7A7A7A. Windows color (decimal): -9405797 or 10189424. OLE color: 10189424.

HSL color Cylindrical-coordinate representation of color #707A9B: hue angle of 226.05º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #707A9B is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 122 155 -
CMYK 0.28 0.21 0 0.39
HSL 226.05º 0.18% 0.52% -
HSV(B) 226.05º 0.28% 0.61% -
XYZ 19.56 19.73 33.79 -
YUV 122.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 112 122 155 0.28 0.21 0 0.39 226.05 0.18 0.52
Hex 70 7A 9B 1C 15 0 27 E2 12 34
Octal 160 172 233 34 25 0 47 342 22 64
Binary 1110000 1111010 10011011 11100 10101 0 100111 11100010 10010 110100

Color Harmonies of #707A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A9B

Black with #707A9B

Text Example


Text Example

White with #707A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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