Html Css Color HEX #763F75 Eminence

📋 copy color: '#763F75'

red 118 ◦ green 63 ◦ blue 117

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

Shades of Eminence #763F75

Tints of Eminence #763F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 39.6%
G = 21.14%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#763F75 (or 0x763F75) is known color: Eminence. HEX triplet: 76, 3F and 75. RGB value is (118,63,117). Sum of RGB (Red+Green+Blue) = 118+63+117=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #763F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F75 is #89C08A. Grayscale: #555555. Windows color (decimal): -9027723 or 7683958. OLE color: 7683958.

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

Color convert

RGB 118 63 117 -
CMYK 0 0.47 0.01 0.54
HSL 301.09º 0.3% 0.35% -
HSV(B) 301.09º 0.47% 0.46% -
XYZ 12.46 8.69 17.85 -
YUV 85.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 118 63 117 0 0.47 0.01 0.54 301.09 0.3 0.35
Hex 76 3F 75 0 2F 1 36 12D 1E 23
Octal 166 77 165 0 57 1 66 455 36 43
Binary 1110110 111111 1110101 0 101111 1 110110 100101101 11110 100011

Color Harmonies of #763F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F75

Black with #763F75

Text Example


Text Example

White with #763F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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