Html Css Color HEX #763F5B Cosmic

📋 copy color: '#763F5B'

red 118 ◦ green 63 ◦ blue 91

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

Shades of Cosmic #763F5B

Tints of Cosmic #763F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

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

R = 43.38%
G = 23.16%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#763F5B (or 0x763F5B) is known color: Cosmic. HEX triplet: 76, 3F and 5B. RGB value is (118,63,91). Sum of RGB (Red+Green+Blue) = 118+63+91=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F5B is #89C0A4. Grayscale: #525252. Windows color (decimal): -9027749 or 5980022. OLE color: 5980022.

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

Color convert

RGB 118 63 91 -
CMYK 0 0.47 0.23 0.54
HSL 329.45º 0.3% 0.35% -
HSV(B) 329.45º 0.47% 0.46% -
XYZ 11.14 8.16 10.89 -
YUV 82.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 118 63 91 0 0.47 0.23 0.54 329.45 0.3 0.35
Hex 76 3F 5B 0 2F 17 36 149 1E 23
Octal 166 77 133 0 57 27 66 511 36 43
Binary 1110110 111111 1011011 0 101111 10111 110110 101001001 11110 100011

Color Harmonies of #763F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F5B

Black with #763F5B

Text Example


Text Example

White with #763F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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