Html Css Color HEX #763C61 Cosmic

📋 copy color: '#763C61'

red 118 ◦ green 60 ◦ blue 97

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

Shades of Cosmic #763C61

Tints of Cosmic #763C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.27%

R = 42.91%
G = 21.82%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#763C61 (or 0x763C61) is known color: Cosmic. HEX triplet: 76, 3C and 61. RGB value is (118,60,97). Sum of RGB (Red+Green+Blue) = 118+60+97=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #763C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C61 is #89C39E. Grayscale: #515151. Windows color (decimal): -9028511 or 6372470. OLE color: 6372470.

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

Color convert

RGB 118 60 97 -
CMYK 0 0.49 0.18 0.54
HSL 321.72º 0.33% 0.35% -
HSV(B) 321.72º 0.49% 0.46% -
XYZ 11.24 7.95 12.25 -
YUV 81.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 118 60 97 0 0.49 0.18 0.54 321.72 0.33 0.35
Hex 76 3C 61 0 31 12 36 142 21 23
Octal 166 74 141 0 61 22 66 502 41 43
Binary 1110110 111100 1100001 0 110001 10010 110110 101000010 100001 100011

Color Harmonies of #763C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C61

Black with #763C61

Text Example


Text Example

White with #763C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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