Html Css Color HEX #7880AC Ship Cove

📋 copy color: '#7880AC'

red 120 ◦ green 128 ◦ blue 172

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

Shades of Ship Cove #7880AC

Tints of Ship Cove #7880AC

RGB

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

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

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

R = 28.57%
G = 30.48%
B = 40.95%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7880AC (or 0x7880AC) is known color: Ship Cove. HEX triplet: 78, 80 and AC. RGB value is (120,128,172). Sum of RGB (Red+Green+Blue) = 120+128+172=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #7880AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7880AC is #877F53. Grayscale: #828282. Windows color (decimal): -8879956 or 11305080. OLE color: 11305080.

HSL color Cylindrical-coordinate representation of color #7880AC: hue angle of 230.77º degrees, saturation: 0.24, 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 #7880AC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 128 172 -
CMYK 0.30 0.26 0 0.33
HSL 230.77º 0.24% 0.57% -
HSV(B) 230.77º 0.3% 0.67% -
XYZ 22.91 22.41 42.15 -
YUV 130.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 120 128 172 0.30 0.26 0 0.33 230.77 0.24 0.57
Hex 78 80 AC 1E 1A 0 21 E7 18 39
Octal 170 200 254 36 32 0 41 347 30 71
Binary 1111000 10000000 10101100 11110 11010 0 100001 11100111 11000 111001

Color Harmonies of #7880AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7880AC

Black with #7880AC

Text Example


Text Example

White with #7880AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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