#79819A

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

Shades of Ship Cove #79819A

Tints of Ship Cove #79819A

Color information

#79819A (or 0x79819A) is unknown color: approx Ship Cove. HEX triplet: 79, 81 and 9A. RGB value is (121,129,154). Sum of RGB (Red+Green+Blue) = 121+129+154=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #79819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79819A is #867E65. Grayscale: #818181. Windows color (decimal): -8814182 or 10125689. OLE color: 10125689.

HSL color Cylindrical-coordinate representation of color #79819A: hue angle of 225.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79819A is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121129154-
CMYK0.210.1600.40
HSL225.45º14.04%53.92%-
HSV(B)225.45º21.43%60.39%-
XYZ21.5722.133.7-
YUV129.46141.85121.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.95%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=29.95%
G=31.93%
B=38.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211291540.210.1600.40225.4514.0453.92
Hex79819A1510028e1e36
Octal17120123225200503411666
Binary1111001100000011001101010101100000101000111000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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