Html Css Color HEX #763C63 Cosmic

📋 copy color: '#763C63'

red 118 ◦ green 60 ◦ blue 99

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

Shades of Cosmic #763C63

Tints of Cosmic #763C63

RGB

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

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

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

R = 42.6%
G = 21.66%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#763C63 (or 0x763C63) is known color: Cosmic. HEX triplet: 76, 3C and 63. RGB value is (118,60,99). Sum of RGB (Red+Green+Blue) = 118+60+99=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #763C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C63 is #89C39C. Grayscale: #515151. Windows color (decimal): -9028509 or 6503542. OLE color: 6503542.

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

Color convert

RGB 118 60 99 -
CMYK 0 0.49 0.16 0.54
HSL 319.66º 0.33% 0.35% -
HSV(B) 319.66º 0.49% 0.46% -
XYZ 11.34 7.98 12.75 -
YUV 81.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 118 60 99 0 0.49 0.16 0.54 319.66 0.33 0.35
Hex 76 3C 63 0 31 10 36 140 21 23
Octal 166 74 143 0 61 20 66 500 41 43
Binary 1110110 111100 1100011 0 110001 10000 110110 101000000 100001 100011

Color Harmonies of #763C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C63

Black with #763C63

Text Example


Text Example

White with #763C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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