#7883AA

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

Shades of Ship Cove #7883AA

Tints of Ship Cove #7883AA

Color information

#7883AA (or 0x7883AA) is unknown color: approx Ship Cove. HEX triplet: 78, 83 and AA. RGB value is (120,131,170). Sum of RGB (Red+Green+Blue) = 120+131+170=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #7883AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7883AA is #877C55. Grayscale: #838383. Windows color (decimal): -8879190 or 11174776. OLE color: 11174776.

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

Color convert

RGB120131170-
CMYK0.290.2300.33
HSL226.8º22.73%56.86%-
HSV(B)226.8º29.41%66.67%-
XYZ23.1223.1341.28-
YUV132.16149.36119.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.50%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=28.50%
G=31.12%
B=40.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201311700.290.2300.33226.822.7356.86
Hex7883AA1D17021e31739
Octal17020325235270413432771
Binary11110001000001110101010111011011101000011110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7883AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7883AA; }

 p { color: rgb(120,131,170); }

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

<style>
 a { background-color: #7883AA; }

 a { background-color: rgb(120,131,170); }

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

<style>
 span { border-color: #7883AA; }

 span { border-color: rgb(120,131,170); }

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