Html Css Color HEX #707C9B Ship Cove

📋 copy color: '#707C9B'

red 112 ◦ green 124 ◦ blue 155

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

Shades of Ship Cove #707C9B

Tints of Ship Cove #707C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

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

R = 28.64%
G = 31.71%
B = 39.64%

CMYK

 C value IS 0.28

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#707C9B (or 0x707C9B) is known color: Ship Cove. HEX triplet: 70, 7C and 9B. RGB value is (112,124,155). Sum of RGB (Red+Green+Blue) = 112+124+155=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #707C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C9B is #8F8364. Grayscale: #7B7B7B. Windows color (decimal): -9405285 or 10189936. OLE color: 10189936.

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

Color convert

RGB 112 124 155 -
CMYK 0.28 0.2 0 0.39
HSL 223.26º 0.18% 0.52% -
HSV(B) 223.26º 0.28% 0.61% -
XYZ 19.81 20.23 33.87 -
YUV 123.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 112 124 155 0.28 0.2 0 0.39 223.26 0.18 0.52
Hex 70 7C 9B 1C 14 0 27 DF 12 34
Octal 160 174 233 34 24 0 47 337 22 64
Binary 1110000 1111100 10011011 11100 10100 0 100111 11011111 10010 110100

Color Harmonies of #707C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C9B

Black with #707C9B

Text Example


Text Example

White with #707C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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