Html Css Color HEX #7C646B Empress

📋 copy color: '#7C646B'

red 124 ◦ green 100 ◦ blue 107

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

Shades of Empress #7C646B

Tints of Empress #7C646B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 37.46%
G = 30.21%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C646B (or 0x7C646B) is known color: Empress. HEX triplet: 7C, 64 and 6B. RGB value is (124,100,107). Sum of RGB (Red+Green+Blue) = 124+100+107=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C646B is #839B94. Grayscale: #6B6B6B. Windows color (decimal): -8625045 or 7038076. OLE color: 7038076.

HSL color Cylindrical-coordinate representation of color #7C646B: hue angle of 342.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C646B is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 100 107 -
CMYK 0 0.19 0.14 0.51
HSL 342.5º 0.11% 0.44% -
HSV(B) 342.5º 0.19% 0.49% -
XYZ 15.52 14.46 15.88 -
YUV 107.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 124 100 107 0 0.19 0.14 0.51 342.5 0.11 0.44
Hex 7C 64 6B 0 13 E 33 156 B 2C
Octal 174 144 153 0 23 16 63 526 13 54
Binary 1111100 1100100 1101011 0 10011 1110 110011 101010110 1011 101100

Color Harmonies of #7C646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C646B

Black with #7C646B

Text Example


Text Example

White with #7C646B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,100,107); }

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

background-color css

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

 a { background-color: rgb(124,100,107); }

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

border-color css

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

 span { border-color: rgb(124,100,107); }

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