Html Css Color HEX #763C5E Cosmic

📋 copy color: '#763C5E'

red 118 ◦ green 60 ◦ blue 94

#763C5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #763C5E

Tints of Cosmic #763C5E

RGB

 RED value IS 118 (46.48% from 255) = 43.38%

 GREEN value IS 60 (23.83% from 255) = 22.06%

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 43.38%
G = 22.06%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#763C5E (or 0x763C5E) is known color: Cosmic. HEX triplet: 76, 3C and 5E. RGB value is (118,60,94). Sum of RGB (Red+Green+Blue) = 118+60+94=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C5E is #89C3A1. Grayscale: #515151. Windows color (decimal): -9028514 or 6175862. OLE color: 6175862.

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

Color convert

RGB 118 60 94 -
CMYK 0 0.49 0.20 0.54
HSL 324.83º 0.33% 0.35% -
HSV(B) 324.83º 0.49% 0.46% -
XYZ 11.11 7.89 11.53 -
YUV 81.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 118 60 94 0 0.49 0.20 0.54 324.83 0.33 0.35
Hex 76 3C 5E 0 31 14 36 145 21 23
Octal 166 74 136 0 61 24 66 505 41 43
Binary 1110110 111100 1011110 0 110001 10100 110110 101000101 100001 100011

Color Harmonies of #763C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C5E

Black with #763C5E

Text Example


Text Example

White with #763C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #763C5E;
 }
 .AnyTagClassName
 {
   color: #763C5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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