#76556A

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

Shades of Cosmic #76556A

Tints of Cosmic #76556A

Color information

#76556A (or 0x76556A) is unknown color: approx Cosmic. HEX triplet: 76, 55 and 6A. RGB value is (118,85,106). Sum of RGB (Red+Green+Blue) = 118+85+106=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76556A is #89AA95. Grayscale: #616161. Windows color (decimal): -9022102 or 6968694. OLE color: 6968694.

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

Color convert

RGB11885106-
CMYK00.280.100.54
HSL321.82º16.26%39.8%-
HSV(B)321.82º27.97%46.27%-
XYZ13.3211.3915.13-
YUV97.26132.93142.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=38.19%
G=27.51%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188510600.280.100.54321.8216.2639.8
Hex76556A01CA361421028
Octal16612515203412665022050
Binary111011010101011101010011100101011011010100001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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