Html Css Color HEX #763F62 Cosmic

📋 copy color: '#763F62'

red 118 ◦ green 63 ◦ blue 98

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

Shades of Cosmic #763F62

Tints of Cosmic #763F62

RGB

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

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

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

R = 42.29%
G = 22.58%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#763F62 (or 0x763F62) is known color: Cosmic. HEX triplet: 76, 3F and 62. RGB value is (118,63,98). Sum of RGB (Red+Green+Blue) = 118+63+98=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #763F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F62 is #89C09D. Grayscale: #535353. Windows color (decimal): -9027742 or 6438774. OLE color: 6438774.

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

Color convert

RGB 118 63 98 -
CMYK 0 0.47 0.17 0.54
HSL 321.82º 0.3% 0.35% -
HSV(B) 321.82º 0.47% 0.46% -
XYZ 11.45 8.29 12.55 -
YUV 83.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 118 63 98 0 0.47 0.17 0.54 321.82 0.3 0.35
Hex 76 3F 62 0 2F 11 36 142 1E 23
Octal 166 77 142 0 57 21 66 502 36 43
Binary 1110110 111111 1100010 0 101111 10001 110110 101000010 11110 100011

Color Harmonies of #763F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F62

Black with #763F62

Text Example


Text Example

White with #763F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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