Html Css Color HEX #763F5A Cosmic

📋 copy color: '#763F5A'

red 118 ◦ green 63 ◦ blue 90

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

Shades of Cosmic #763F5A

Tints of Cosmic #763F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 43.54%
G = 23.25%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#763F5A (or 0x763F5A) is known color: Cosmic. HEX triplet: 76, 3F and 5A. RGB value is (118,63,90). Sum of RGB (Red+Green+Blue) = 118+63+90=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F5A is #89C0A5. Grayscale: #525252. Windows color (decimal): -9027750 or 5914486. OLE color: 5914486.

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

Color convert

RGB 118 63 90 -
CMYK 0 0.47 0.24 0.54
HSL 330.55º 0.3% 0.35% -
HSV(B) 330.55º 0.47% 0.46% -
XYZ 11.09 8.14 10.66 -
YUV 82.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 118 63 90 0 0.47 0.24 0.54 330.55 0.3 0.35
Hex 76 3F 5A 0 2F 18 36 14B 1E 23
Octal 166 77 132 0 57 30 66 513 36 43
Binary 1110110 111111 1011010 0 101111 11000 110110 101001011 11110 100011

Color Harmonies of #763F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F5A

Black with #763F5A

Text Example


Text Example

White with #763F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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