Html Css Color HEX #763C62 Cosmic

📋 copy color: '#763C62'

red 118 ◦ green 60 ◦ blue 98

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

Shades of Cosmic #763C62

Tints of Cosmic #763C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 42.75%
G = 21.74%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#763C62 (or 0x763C62) is known color: Cosmic. HEX triplet: 76, 3C and 62. RGB value is (118,60,98). Sum of RGB (Red+Green+Blue) = 118+60+98=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #763C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C62 is #89C39D. Grayscale: #515151. Windows color (decimal): -9028510 or 6438006. OLE color: 6438006.

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

Color convert

RGB 118 60 98 -
CMYK 0 0.49 0.17 0.54
HSL 320.69º 0.33% 0.35% -
HSV(B) 320.69º 0.49% 0.46% -
XYZ 11.29 7.97 12.5 -
YUV 81.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 118 60 98 0 0.49 0.17 0.54 320.69 0.33 0.35
Hex 76 3C 62 0 31 11 36 141 21 23
Octal 166 74 142 0 61 21 66 501 41 43
Binary 1110110 111100 1100010 0 110001 10001 110110 101000001 100001 100011

Color Harmonies of #763C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C62

Black with #763C62

Text Example


Text Example

White with #763C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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