Html Css Color HEX #7C6A6C Empress

📋 copy color: '#7C6A6C'

red 124 ◦ green 106 ◦ blue 108

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

Shades of Empress #7C6A6C

Tints of Empress #7C6A6C

RGB

 RED value IS 124 (48.83% from 255) = 36.69%

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 36.69%
G = 31.36%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C6A6C (or 0x7C6A6C) is known color: Empress. HEX triplet: 7C, 6A and 6C. RGB value is (124,106,108). Sum of RGB (Red+Green+Blue) = 124+106+108=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A6C is #839593. Grayscale: #6F6F6F. Windows color (decimal): -8623508 or 7105148. OLE color: 7105148.

HSL color Cylindrical-coordinate representation of color #7C6A6C: hue angle of 353.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C6A6C is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 106 108 -
CMYK 0 0.15 0.13 0.51
HSL 353.33º 0.08% 0.45% -
HSV(B) 353.33º 0.15% 0.49% -
XYZ 16.17 15.68 16.36 -
YUV 111.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 124 106 108 0 0.15 0.13 0.51 353.33 0.08 0.45
Hex 7C 6A 6C 0 F D 33 161 8 2D
Octal 174 152 154 0 17 15 63 541 10 55
Binary 1111100 1101010 1101100 0 1111 1101 110011 101100001 1000 101101

Color Harmonies of #7C6A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6A6C

Black with #7C6A6C

Text Example


Text Example

White with #7C6A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,106,108); }

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

background-color css

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

 a { background-color: rgb(124,106,108); }

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

border-color css

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

 span { border-color: rgb(124,106,108); }

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