Html Css Color HEX #763D5E Cosmic

📋 copy color: '#763D5E'

red 118 ◦ green 61 ◦ blue 94

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

Shades of Cosmic #763D5E

Tints of Cosmic #763D5E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.34%

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

R = 43.22%
G = 22.34%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#763D5E (or 0x763D5E) is known color: Cosmic. HEX triplet: 76, 3D and 5E. RGB value is (118,61,94). Sum of RGB (Red+Green+Blue) = 118+61+94=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #763D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D5E is #89C2A1. Grayscale: #515151. Windows color (decimal): -9028258 or 6176118. OLE color: 6176118.

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

Color convert

RGB 118 61 94 -
CMYK 0 0.48 0.20 0.54
HSL 325.26º 0.32% 0.35% -
HSV(B) 325.26º 0.48% 0.46% -
XYZ 11.16 8 11.55 -
YUV 81.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 118 61 94 0 0.48 0.20 0.54 325.26 0.32 0.35
Hex 76 3D 5E 0 30 14 36 145 20 23
Octal 166 75 136 0 60 24 66 505 40 43
Binary 1110110 111101 1011110 0 110000 10100 110110 101000101 100000 100011

Color Harmonies of #763D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D5E

Black with #763D5E

Text Example


Text Example

White with #763D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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