#78819A

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

Shades of Ship Cove #78819A

Tints of Ship Cove #78819A

Color information

#78819A (or 0x78819A) is unknown color: approx Ship Cove. HEX triplet: 78, 81 and 9A. RGB value is (120,129,154). Sum of RGB (Red+Green+Blue) = 120+129+154=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #78819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78819A is #877E65. Grayscale: #818181. Windows color (decimal): -8879718 or 10125688. OLE color: 10125688.

HSL color Cylindrical-coordinate representation of color #78819A: hue angle of 224.12º 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 #78819A is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120129154-
CMYK0.220.1600.40
HSL224.12º14.41%53.73%-
HSV(B)224.12º22.08%60.39%-
XYZ21.4322.0333.69-
YUV129.16142.02121.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=29.78%
G=32.01%
B=38.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201291540.220.1600.40224.1214.4153.73
Hex78819A1610028e0e36
Octal17020123226200503401666
Binary1111000100000011001101010110100000101000111000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78819A; }

 p { color: rgb(120,129,154); }

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

<style>
 a { background-color: #78819A; }

 a { background-color: rgb(120,129,154); }

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

<style>
 span { border-color: #78819A; }

 span { border-color: rgb(120,129,154); }

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