Html Css Color HEX #7880AB Ship Cove

📋 copy color: '#7880AB'

red 120 ◦ green 128 ◦ blue 171

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

Shades of Ship Cove #7880AB

Tints of Ship Cove #7880AB

RGB

 RED value IS 120 (47.27% from 255) = 28.64%

 GREEN value IS 128 (50.39% from 255) = 30.55%

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

R = 28.64%
G = 30.55%
B = 40.81%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7880AB (or 0x7880AB) is known color: Ship Cove. HEX triplet: 78, 80 and AB. RGB value is (120,128,171). Sum of RGB (Red+Green+Blue) = 120+128+171=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #7880AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7880AB is #877F54. Grayscale: #828282. Windows color (decimal): -8879957 or 11239544. OLE color: 11239544.

HSL color Cylindrical-coordinate representation of color #7880AB: hue angle of 230.59º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7880AB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 128 171 -
CMYK 0.30 0.25 0 0.33
HSL 230.59º 0.23% 0.57% -
HSV(B) 230.59º 0.3% 0.67% -
XYZ 22.82 22.37 41.64 -
YUV 130.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 120 128 171 0.30 0.25 0 0.33 230.59 0.23 0.57
Hex 78 80 AB 1E 19 0 21 E7 17 39
Octal 170 200 253 36 31 0 41 347 27 71
Binary 1111000 10000000 10101011 11110 11001 0 100001 11100111 10111 111001

Color Harmonies of #7880AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7880AB

Black with #7880AB

Text Example


Text Example

White with #7880AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7880AB; }

 p { color: rgb(120,128,171); }

 H1.HeaderClassName
 {
   color: #7880AB;
 }
 .AnyTagClassName
 {
   color: #7880AB;
 }
</style>

background-color css

<style>
 a { background-color: #7880AB; }

 a { background-color: rgb(120,128,171); }

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

border-color css

<style>
 span { border-color: #7880AB; }

 span { border-color: rgb(120,128,171); }

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