Html Css Color HEX #763F61 Cosmic

📋 copy color: '#763F61'

red 118 ◦ green 63 ◦ blue 97

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

Shades of Cosmic #763F61

Tints of Cosmic #763F61

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

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

R = 42.45%
G = 22.66%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#763F61 (or 0x763F61) is known color: Cosmic. HEX triplet: 76, 3F and 61. RGB value is (118,63,97). Sum of RGB (Red+Green+Blue) = 118+63+97=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #763F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F61 is #89C09E. Grayscale: #535353. Windows color (decimal): -9027743 or 6373238. OLE color: 6373238.

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

Color convert

RGB 118 63 97 -
CMYK 0 0.47 0.18 0.54
HSL 322.91º 0.3% 0.35% -
HSV(B) 322.91º 0.47% 0.46% -
XYZ 11.41 8.27 12.3 -
YUV 83.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 118 63 97 0 0.47 0.18 0.54 322.91 0.3 0.35
Hex 76 3F 61 0 2F 12 36 143 1E 23
Octal 166 77 141 0 57 22 66 503 36 43
Binary 1110110 111111 1100001 0 101111 10010 110110 101000011 11110 100011

Color Harmonies of #763F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F61

Black with #763F61

Text Example


Text Example

White with #763F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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