Html Css Color HEX #763C5B Cosmic

📋 copy color: '#763C5B'

red 118 ◦ green 60 ◦ blue 91

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

Shades of Cosmic #763C5B

Tints of Cosmic #763C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 43.87%
G = 22.3%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#763C5B (or 0x763C5B) is known color: Cosmic. HEX triplet: 76, 3C and 5B. RGB value is (118,60,91). Sum of RGB (Red+Green+Blue) = 118+60+91=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #763C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C5B is #89C3A4. Grayscale: #505050. Windows color (decimal): -9028517 or 5979254. OLE color: 5979254.

HSL color Cylindrical-coordinate representation of color #763C5B: hue angle of 327.93º 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 #763C5B is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 91 -
CMYK 0 0.49 0.23 0.54
HSL 327.93º 0.33% 0.35% -
HSV(B) 327.93º 0.49% 0.46% -
XYZ 10.98 7.84 10.83 -
YUV 80.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 118 60 91 0 0.49 0.23 0.54 327.93 0.33 0.35
Hex 76 3C 5B 0 31 17 36 148 21 23
Octal 166 74 133 0 61 27 66 510 41 43
Binary 1110110 111100 1011011 0 110001 10111 110110 101001000 100001 100011

Color Harmonies of #763C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C5B

Black with #763C5B

Text Example


Text Example

White with #763C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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