#787E99

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

Shades of Ship Cove #787E99

Tints of Ship Cove #787E99

Color information

#787E99 (or 0x787E99) is unknown color: approx Ship Cove. HEX triplet: 78, 7E and 99. RGB value is (120,126,153). Sum of RGB (Red+Green+Blue) = 120+126+153=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #787E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787E99 is #878166. Grayscale: #7F7F7F. Windows color (decimal): -8880487 or 10059384. OLE color: 10059384.

HSL color Cylindrical-coordinate representation of color #787E99: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #787E99 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB120126153-
CMYK0.220.1800.4
HSL229.09º13.92%53.53%-
HSV(B)229.09º21.57%60%-
XYZ20.9621.2133.13-
YUV127.28142.51122.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=30.08%
G=31.58%
B=38.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201261530.220.1800.4229.0913.9253.53
Hex787E991612028e5e36
Octal17017623126220503451666
Binary111100011111101001100110110100100101000111001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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