Html Css Color HEX #7B6B72 Empress

📋 copy color: '#7B6B72'

red 123 ◦ green 107 ◦ blue 114

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

Shades of Empress #7B6B72

Tints of Empress #7B6B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 35.76%
G = 31.1%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B6B72 (or 0x7B6B72) is known color: Empress. HEX triplet: 7B, 6B and 72. RGB value is (123,107,114). Sum of RGB (Red+Green+Blue) = 123+107+114=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6B72 is #84948D. Grayscale: #707070. Windows color (decimal): -8688782 or 7498619. OLE color: 7498619.

HSL color Cylindrical-coordinate representation of color #7B6B72: hue angle of 333.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B6B72 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 107 114 -
CMYK 0 0.13 0.07 0.52
HSL 333.75º 0.07% 0.45% -
HSV(B) 333.75º 0.13% 0.48% -
XYZ 16.46 15.94 18.13 -
YUV 112.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 123 107 114 0 0.13 0.07 0.52 333.75 0.07 0.45
Hex 7B 6B 72 0 D 7 34 14E 7 2D
Octal 173 153 162 0 15 7 64 516 7 55
Binary 1111011 1101011 1110010 0 1101 111 110100 101001110 111 101101

Color Harmonies of #7B6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6B72

Black with #7B6B72

Text Example


Text Example

White with #7B6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,107,114); }

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

background-color css

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

 a { background-color: rgb(123,107,114); }

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

border-color css

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

 span { border-color: rgb(123,107,114); }

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