#763F5C

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

Shades of Cosmic #763F5C

Tints of Cosmic #763F5C

Color information

#763F5C (or 0x763F5C) is unknown color: approx Cosmic. HEX triplet: 76, 3F and 5C. RGB value is (118,63,92). Sum of RGB (Red+Green+Blue) = 118+63+92=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #763F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F5C is #89C0A3. Grayscale: #525252. Windows color (decimal): -9027748 or 6045558. OLE color: 6045558.

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

Color convert

RGB1186392-
CMYK00.470.220.54
HSL328.36º30.39%35.49%-
HSV(B)328.36º46.61%46.27%-
XYZ11.188.1811.11-
YUV82.75133.22153.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=43.22%
G=23.08%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118639200.470.220.54328.3630.3935.49
Hex763F5C02F16361481e23
Octal1667713405726665103643
Binary1110110111111101110001011111011011011010100100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,63,92); }

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

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

 a { background-color: rgb(118,63,92); }

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

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

 span { border-color: rgb(118,63,92); }

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