Html Css Color HEX #763E63 Cosmic

📋 copy color: '#763E63'

red 118 ◦ green 62 ◦ blue 99

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

Shades of Cosmic #763E63

Tints of Cosmic #763E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.22%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 42.29%
G = 22.22%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#763E63 (or 0x763E63) is known color: Cosmic. HEX triplet: 76, 3E and 63. RGB value is (118,62,99). Sum of RGB (Red+Green+Blue) = 118+62+99=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #763E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E63 is #89C19C. Grayscale: #525252. Windows color (decimal): -9027997 or 6504054. OLE color: 6504054.

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

Color convert

RGB 118 62 99 -
CMYK 0 0.47 0.16 0.54
HSL 320.36º 0.31% 0.35% -
HSV(B) 320.36º 0.47% 0.46% -
XYZ 11.45 8.2 12.78 -
YUV 82.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 118 62 99 0 0.47 0.16 0.54 320.36 0.31 0.35
Hex 76 3E 63 0 2F 10 36 140 1F 23
Octal 166 76 143 0 57 20 66 500 37 43
Binary 1110110 111110 1100011 0 101111 10000 110110 101000000 11111 100011

Color Harmonies of #763E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E63

Black with #763E63

Text Example


Text Example

White with #763E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,62,99); }

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

background-color css

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

 a { background-color: rgb(118,62,99); }

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

border-color css

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

 span { border-color: rgb(118,62,99); }

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