#76385E

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

Shades of Cosmic #76385E

Tints of Cosmic #76385E

Color information

#76385E (or 0x76385E) is unknown color: approx Cosmic. HEX triplet: 76, 38 and 5E. RGB value is (118,56,94). Sum of RGB (Red+Green+Blue) = 118+56+94=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #76385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76385E is #89C7A1. Grayscale: #4E4E4E. Windows color (decimal): -9029538 or 6174838. OLE color: 6174838.

HSL color Cylindrical-coordinate representation of color #76385E: hue angle of 323.23º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76385E is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1185694-
CMYK00.530.200.54
HSL323.23º35.63%34.12%-
HSV(B)323.23º52.54%46.27%-
XYZ10.917.4911.46-
YUV78.87136.54155.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=44.03%
G=20.90%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118569400.530.200.54323.2335.6334.12
Hex76385E03514361432422
Octal1667013606524665034442
Binary11101101110001011110011010110100110110101000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76385E; }

 p { color: rgb(118,56,94); }

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

<style>
 a { background-color: #76385E; }

 a { background-color: rgb(118,56,94); }

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

<style>
 span { border-color: #76385E; }

 span { border-color: rgb(118,56,94); }

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