#787EAC

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

Shades of Ship Cove #787EAC

Tints of Ship Cove #787EAC

Color information

#787EAC (or 0x787EAC) is unknown color: approx Ship Cove. HEX triplet: 78, 7E and AC. RGB value is (120,126,172). Sum of RGB (Red+Green+Blue) = 120+126+172=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #787EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787EAC is #878153. Grayscale: #818181. Windows color (decimal): -8880468 or 11304568. OLE color: 11304568.

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

Color convert

RGB120126172-
CMYK0.300.2700.33
HSL233.08º23.85%57.25%-
HSV(B)233.08º30.23%67.45%-
XYZ22.6521.8942.06-
YUV129.45152.01121.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=28.71%
G=30.14%
B=41.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201261720.300.2700.33233.0823.8557.25
Hex787EAC1E1B021e91839
Octal17017625436330413513071
Binary1111000111111010101100111101101101000011110100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787EAC; }

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

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

<style>
 a { background-color: #787EAC; }

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

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

<style>
 span { border-color: #787EAC; }

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

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