#7A516B

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

Shades of Cosmic #7A516B

Tints of Cosmic #7A516B

Color information

#7A516B (or 0x7A516B) is unknown color: approx Cosmic. HEX triplet: 7A, 51 and 6B. RGB value is (122,81,107). Sum of RGB (Red+Green+Blue) = 122+81+107=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A516B is #85AE94. Grayscale: #606060. Windows color (decimal): -8760981 or 7033210. OLE color: 7033210.

HSL color Cylindrical-coordinate representation of color #7A516B: hue angle of 321.95º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A516B is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB12281107-
CMYK00.340.120.52
HSL321.95º20.2%39.8%-
HSV(B)321.95º33.61%47.84%-
XYZ13.6211.0815.33-
YUV96.22134.08146.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=39.35%
G=26.13%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228110700.340.120.52321.9520.239.8
Hex7A516B022C341421428
Octal17212115304214645022450
Binary1111010101000111010110100010110011010010100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,81,107); }

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

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

 a { background-color: rgb(122,81,107); }

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

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

 span { border-color: rgb(122,81,107); }

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