#763D5E

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

Shades of Cosmic #763D5E

Tints of Cosmic #763D5E

Color information

#763D5E (or 0x763D5E) is unknown color: approx Cosmic. HEX triplet: 76, 3D and 5E. RGB value is (118,61,94). Sum of RGB (Red+Green+Blue) = 118+61+94=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #763D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D5E is #89C2A1. Grayscale: #515151. Windows color (decimal): -9028258 or 6176118. OLE color: 6176118.

HSL color Cylindrical-coordinate representation of color #763D5E: hue angle of 325.26º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D5E is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1186194-
CMYK00.480.200.54
HSL325.26º31.84%35.1%-
HSV(B)325.26º48.31%46.27%-
XYZ11.16811.55-
YUV81.81134.88153.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 61 (24.22% from 255) = 22.34%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=43.22%
G=22.34%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118619400.480.200.54325.2631.8435.1
Hex763D5E03014361452023
Octal1667513606024665054043
Binary11101101111011011110011000010100110110101000101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763D5E; }

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

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

<style>
 a { background-color: #763D5E; }

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

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

<style>
 span { border-color: #763D5E; }

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

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