Html Css Color HEX #707FAC Ship Cove

📋 copy color: '#707FAC'

red 112 ◦ green 127 ◦ blue 172

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

Shades of Ship Cove #707FAC

Tints of Ship Cove #707FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 30.9%

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

R = 27.25%
G = 30.9%
B = 41.85%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707FAC (or 0x707FAC) is known color: Ship Cove. HEX triplet: 70, 7F and AC. RGB value is (112,127,172). Sum of RGB (Red+Green+Blue) = 112+127+172=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #707FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FAC is #8F8053. Grayscale: #7F7F7F. Windows color (decimal): -9404500 or 11304816. OLE color: 11304816.

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

Color convert

RGB 112 127 172 -
CMYK 0.35 0.26 0 0.33
HSL 225º 0.27% 0.56% -
HSV(B) 225º 0.35% 0.67% -
XYZ 21.72 21.6 42.05 -
YUV 127.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 112 127 172 0.35 0.26 0 0.33 225 0.27 0.56
Hex 70 7F AC 23 1A 0 21 E1 1B 38
Octal 160 177 254 43 32 0 41 341 33 70
Binary 1110000 1111111 10101100 100011 11010 0 100001 11100001 11011 111000

Color Harmonies of #707FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FAC

Black with #707FAC

Text Example


Text Example

White with #707FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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