#7884AC

Color #7884AC Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7884AC

Tints of Ship Cove #7884AC

Color information

#7884AC (or 0x7884AC) is unknown color: approx Ship Cove. HEX triplet: 78, 84 and AC. RGB value is (120,132,172). Sum of RGB (Red+Green+Blue) = 120+132+172=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #7884AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7884AC is #877B53. Grayscale: #848484. Windows color (decimal): -8878932 or 11306104. OLE color: 11306104.

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

Color convert

RGB120132172-
CMYK0.300.2300.33
HSL226.15º23.85%57.25%-
HSV(B)226.15º30.23%67.45%-
XYZ23.4423.4742.33-
YUV132.97150.02118.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=28.30%
G=31.13%
B=40.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201321720.300.2300.33226.1523.8557.25
Hex7884AC1E17021e21839
Octal17020425436270413423071
Binary11110001000010010101100111101011101000011110001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7884AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7884AC;
 }
 .AnyTagClassName
 {
   color: #7884AC;
 }
</style>
background-color css

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

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

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

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

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

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