#7A819C

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

Shades of Ship Cove #7A819C

Tints of Ship Cove #7A819C

Color information

#7A819C (or 0x7A819C) is unknown color: approx Ship Cove. HEX triplet: 7A, 81 and 9C. RGB value is (122,129,156). Sum of RGB (Red+Green+Blue) = 122+129+156=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A819C is #857E63. Grayscale: #818181. Windows color (decimal): -8748644 or 10256762. OLE color: 10256762.

HSL color Cylindrical-coordinate representation of color #7A819C: hue angle of 227.65º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A819C is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB122129156-
CMYK0.220.1700.39
HSL227.65º14.66%54.51%-
HSV(B)227.65º21.79%61.18%-
XYZ21.8822.2434.59-
YUV129.98142.68122.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.98%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=29.98%
G=31.70%
B=38.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221291560.220.1700.39227.6514.6654.51
Hex7A819C1611027e4f37
Octal17220123426210473441767
Binary1111010100000011001110010110100010100111111001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A819C; }

 p { color: rgb(122,129,156); }

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

<style>
 a { background-color: #7A819C; }

 a { background-color: rgb(122,129,156); }

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

<style>
 span { border-color: #7A819C; }

 span { border-color: rgb(122,129,156); }

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