Html Css Color HEX #707CAC Ship Cove

📋 copy color: '#707CAC'

red 112 ◦ green 124 ◦ blue 172

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

Shades of Ship Cove #707CAC

Tints of Ship Cove #707CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 27.45%
G = 30.39%
B = 42.16%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707CAC (or 0x707CAC) is known color: Ship Cove. HEX triplet: 70, 7C and AC. RGB value is (112,124,172). Sum of RGB (Red+Green+Blue) = 112+124+172=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #707CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CAC is #8F8353. Grayscale: #7D7D7D. Windows color (decimal): -9405268 or 11304048. OLE color: 11304048.

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

Color convert

RGB 112 124 172 -
CMYK 0.35 0.28 0 0.33
HSL 228º 0.27% 0.56% -
HSV(B) 228º 0.35% 0.67% -
XYZ 21.34 20.84 41.93 -
YUV 125.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 112 124 172 0.35 0.28 0 0.33 228 0.27 0.56
Hex 70 7C AC 23 1C 0 21 E4 1B 38
Octal 160 174 254 43 34 0 41 344 33 70
Binary 1110000 1111100 10101100 100011 11100 0 100001 11100100 11011 111000

Color Harmonies of #707CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CAC

Black with #707CAC

Text Example


Text Example

White with #707CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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