Html Css Color HEX #7B426E Eminence

📋 copy color: '#7B426E'

red 123 ◦ green 66 ◦ blue 110

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

Shades of Eminence #7B426E

Tints of Eminence #7B426E

RGB

 RED value IS 123 (48.44% from 255) = 41.14%

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 41.14%
G = 22.07%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B426E (or 0x7B426E) is known color: Eminence. HEX triplet: 7B, 42 and 6E. RGB value is (123,66,110). Sum of RGB (Red+Green+Blue) = 123+66+110=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B426E is #84BD91. Grayscale: #575757. Windows color (decimal): -8699282 or 7225979. OLE color: 7225979.

HSL color Cylindrical-coordinate representation of color #7B426E: hue angle of 313.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B426E is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 66 110 -
CMYK 0 0.46 0.11 0.52
HSL 313.68º 0.3% 0.37% -
HSV(B) 313.68º 0.46% 0.48% -
XYZ 12.93 9.23 15.85 -
YUV 88.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 123 66 110 0 0.46 0.11 0.52 313.68 0.3 0.37
Hex 7B 42 6E 0 2E B 34 13A 1E 25
Octal 173 102 156 0 56 13 64 472 36 45
Binary 1111011 1000010 1101110 0 101110 1011 110100 100111010 11110 100101

Color Harmonies of #7B426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B426E

Black with #7B426E

Text Example


Text Example

White with #7B426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B426E; }

 p { color: rgb(123,66,110); }

 H1.HeaderClassName
 {
   color: #7B426E;
 }
 .AnyTagClassName
 {
   color: #7B426E;
 }
</style>

background-color css

<style>
 a { background-color: #7B426E; }

 a { background-color: rgb(123,66,110); }

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

border-color css

<style>
 span { border-color: #7B426E; }

 span { border-color: rgb(123,66,110); }

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