Html Css Color HEX #763B61 Cosmic

📋 copy color: '#763B61'

red 118 ◦ green 59 ◦ blue 97

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

Shades of Cosmic #763B61

Tints of Cosmic #763B61

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.53%

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

R = 43.07%
G = 21.53%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#763B61 (or 0x763B61) is known color: Cosmic. HEX triplet: 76, 3B and 61. RGB value is (118,59,97). Sum of RGB (Red+Green+Blue) = 118+59+97=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #763B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B61 is #89C49E. Grayscale: #505050. Windows color (decimal): -9028767 or 6372214. OLE color: 6372214.

HSL color Cylindrical-coordinate representation of color #763B61: hue angle of 321.36º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B61 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 59 97 -
CMYK 0 0.50 0.18 0.54
HSL 321.36º 0.33% 0.35% -
HSV(B) 321.36º 0.5% 0.46% -
XYZ 11.19 7.84 12.23 -
YUV 80.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 118 59 97 0 0.50 0.18 0.54 321.36 0.33 0.35
Hex 76 3B 61 0 32 12 36 141 21 23
Octal 166 73 141 0 62 22 66 501 41 43
Binary 1110110 111011 1100001 0 110010 10010 110110 101000001 100001 100011

Color Harmonies of #763B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B61

Black with #763B61

Text Example


Text Example

White with #763B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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