Html Css Color HEX #7B6166 Empress

📋 copy color: '#7B6166'

red 123 ◦ green 97 ◦ blue 102

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

Shades of Empress #7B6166

Tints of Empress #7B6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 102 (40.23% from 255) = 31.68%

R = 38.2%
G = 30.12%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7B6166 (or 0x7B6166) is known color: Empress. HEX triplet: 7B, 61 and 66. RGB value is (123,97,102). Sum of RGB (Red+Green+Blue) = 123+97+102=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6166 is #849E99. Grayscale: #696969. Windows color (decimal): -8691354 or 6709627. OLE color: 6709627.

HSL color Cylindrical-coordinate representation of color #7B6166: hue angle of 348.46º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B6166 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 97 102 -
CMYK 0 0.21 0.17 0.52
HSL 348.46º 0.12% 0.43% -
HSV(B) 348.46º 0.21% 0.48% -
XYZ 14.84 13.72 14.44 -
YUV 105.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 123 97 102 0 0.21 0.17 0.52 348.46 0.12 0.43
Hex 7B 61 66 0 15 11 34 15C C 2B
Octal 173 141 146 0 25 21 64 534 14 53
Binary 1111011 1100001 1100110 0 10101 10001 110100 101011100 1100 101011

Color Harmonies of #7B6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6166

Black with #7B6166

Text Example


Text Example

White with #7B6166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,97,102); }

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

background-color css

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

 a { background-color: rgb(123,97,102); }

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

border-color css

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

 span { border-color: rgb(123,97,102); }

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