#76586A

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

Shades of Cosmic #76586A

Tints of Cosmic #76586A

Color information

#76586A (or 0x76586A) is unknown color: approx Cosmic. HEX triplet: 76, 58 and 6A. RGB value is (118,88,106). Sum of RGB (Red+Green+Blue) = 118+88+106=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76586A is #89A795. Grayscale: #626262. Windows color (decimal): -9021334 or 6969462. OLE color: 6969462.

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

Color convert

RGB11888106-
CMYK00.250.100.54
HSL324º14.56%40.39%-
HSV(B)324º25.42%46.27%-
XYZ13.5611.8715.21-
YUV99.02131.94141.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=37.82%
G=28.21%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188810600.250.100.5432414.5640.39
Hex76586A019A36144f28
Octal16613015203112665041750
Binary11101101011000110101001100110101101101010001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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