#76516A

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

Shades of Cosmic #76516A

Tints of Cosmic #76516A

Color information

#76516A (or 0x76516A) is unknown color: approx Cosmic. HEX triplet: 76, 51 and 6A. RGB value is (118,81,106). Sum of RGB (Red+Green+Blue) = 118+81+106=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #76516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76516A is #89AE95. Grayscale: #5E5E5E. Windows color (decimal): -9023126 or 6967670. OLE color: 6967670.

HSL color Cylindrical-coordinate representation of color #76516A: hue angle of 319.46º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76516A is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11881106-
CMYK00.310.100.54
HSL319.46º18.59%39.02%-
HSV(B)319.46º31.36%46.27%-
XYZ13.0210.7815.03-
YUV94.91134.26144.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=38.69%
G=26.56%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188110600.310.100.54319.4618.5939.02
Hex76516A01FA3613f1327
Octal16612115203712664772347
Binary111011010100011101010011111101011011010011111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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