Html Css Color HEX #707CAB Ship Cove

📋 copy color: '#707CAB'

red 112 ◦ green 124 ◦ blue 171

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

Shades of Ship Cove #707CAB

Tints of Ship Cove #707CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 27.52%
G = 30.47%
B = 42.01%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707CAB (or 0x707CAB) is known color: Ship Cove. HEX triplet: 70, 7C and AB. RGB value is (112,124,171). Sum of RGB (Red+Green+Blue) = 112+124+171=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #707CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CAB is #8F8354. Grayscale: #7D7D7D. Windows color (decimal): -9405269 or 11238512. OLE color: 11238512.

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

Color convert

RGB 112 124 171 -
CMYK 0.35 0.27 0 0.33
HSL 227.8º 0.26% 0.55% -
HSV(B) 227.8º 0.35% 0.67% -
XYZ 21.24 20.8 41.42 -
YUV 125.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 112 124 171 0.35 0.27 0 0.33 227.8 0.26 0.55
Hex 70 7C AB 23 1B 0 21 E4 1A 37
Octal 160 174 253 43 33 0 41 344 32 67
Binary 1110000 1111100 10101011 100011 11011 0 100001 11100100 11010 110111

Color Harmonies of #707CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CAB

Black with #707CAB

Text Example


Text Example

White with #707CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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