Html Css Color HEX #763961 Cosmic

📋 copy color: '#763961'

red 118 ◦ green 57 ◦ blue 97

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

Shades of Cosmic #763961

Tints of Cosmic #763961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

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

R = 43.38%
G = 20.96%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#763961 (or 0x763961) is known color: Cosmic. HEX triplet: 76, 39 and 61. RGB value is (118,57,97). Sum of RGB (Red+Green+Blue) = 118+57+97=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763961 is #89C69E. Grayscale: #4F4F4F. Windows color (decimal): -9029279 or 6371702. OLE color: 6371702.

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

Color convert

RGB 118 57 97 -
CMYK 0 0.52 0.18 0.54
HSL 320.66º 0.35% 0.34% -
HSV(B) 320.66º 0.52% 0.46% -
XYZ 11.09 7.64 12.2 -
YUV 79.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 118 57 97 0 0.52 0.18 0.54 320.66 0.35 0.34
Hex 76 39 61 0 34 12 36 141 23 22
Octal 166 71 141 0 64 22 66 501 43 42
Binary 1110110 111001 1100001 0 110100 10010 110110 101000001 100011 100010

Color Harmonies of #763961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763961

Black with #763961

Text Example


Text Example

White with #763961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763961; }

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

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

background-color css

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

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

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

border-color css

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

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

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