Html Css Color HEX #76367B Eminence

📋 copy color: '#76367B'

red 118 ◦ green 54 ◦ blue 123

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

Shades of Eminence #76367B

Tints of Eminence #76367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

 BLUE value IS 123 (48.44% from 255) = 41.69%

R = 40%
G = 18.31%
B = 41.69%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76367B (or 0x76367B) is known color: Eminence. HEX triplet: 76, 36 and 7B. RGB value is (118,54,123). Sum of RGB (Red+Green+Blue) = 118+54+123=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #76367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76367B is #89C984. Grayscale: #505050. Windows color (decimal): -9030021 or 8074870. OLE color: 8074870.

HSL color Cylindrical-coordinate representation of color #76367B: hue angle of 295.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76367B is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 54 123 -
CMYK 0.04 0.56 0 0.52
HSL 295.65º 0.39% 0.35% -
HSV(B) 295.65º 0.56% 0.48% -
XYZ 12.37 7.92 19.62 -
YUV 81 151.7 154.39 -
System Red Green Blue C M Y K H S L
Decimal 118 54 123 0.04 0.56 0 0.52 295.65 0.39 0.35
Hex 76 36 7B 4 38 0 34 128 27 23
Octal 166 66 173 4 70 0 64 450 47 43
Binary 1110110 110110 1111011 100 111000 0 110100 100101000 100111 100011

Color Harmonies of #76367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76367B

Black with #76367B

Text Example


Text Example

White with #76367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76367B; }

 p { color: rgb(118,54,123); }

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

background-color css

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

 a { background-color: rgb(118,54,123); }

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

border-color css

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

 span { border-color: rgb(118,54,123); }

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