#79516A

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

Shades of Cosmic #79516A

Tints of Cosmic #79516A

Color information

#79516A (or 0x79516A) is unknown color: approx Cosmic. HEX triplet: 79, 51 and 6A. RGB value is (121,81,106). Sum of RGB (Red+Green+Blue) = 121+81+106=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #79516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79516A is #86AE95. Grayscale: #5F5F5F. Windows color (decimal): -8826518 or 6967673. OLE color: 6967673.

HSL color Cylindrical-coordinate representation of color #79516A: hue angle of 322.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79516A is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12181106-
CMYK00.330.120.53
HSL322.5º19.8%39.61%-
HSV(B)322.5º33.06%47.45%-
XYZ13.4310.9915.05-
YUV95.81133.75145.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.29%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=39.29%
G=26.30%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218110600.330.120.53322.519.839.61
Hex79516A021C351421428
Octal17112115204114655022450
Binary1111001101000111010100100001110011010110100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,81,106); }

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

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

 a { background-color: rgb(121,81,106); }

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

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

 span { border-color: rgb(121,81,106); }

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