#763961

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

Shades of Cosmic #763961

Tints of Cosmic #763961

Color information

#763961 (or 0x763961) is unknown color: approx Cosmic. HEX triplet: 76, 39 and 61. RGB value is (118,57,97). Sum of RGB (Red+Green+Blue) = 118+57+97=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763961 is #89C69E. Grayscale: #4F4F4F. Windows color (decimal): -9029279 or 6371702. OLE color: 6371702.

HSL color Cylindrical-coordinate representation of color #763961: hue angle of 320.66º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #763961 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1185797-
CMYK00.520.180.54
HSL320.66º34.86%34.31%-
HSV(B)320.66º51.69%46.27%-
XYZ11.097.6412.2-
YUV79.8137.71155.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=43.38%
G=20.96%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118579700.520.180.54320.6634.8634.31
Hex76396103412361412322
Octal1667114106422665014342
Binary11101101110011100001011010010010110110101000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763961; }

 p { color: rgb(118,57,97); }

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

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

 a { background-color: rgb(118,57,97); }

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

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

 span { border-color: rgb(118,57,97); }

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