Html Css Color HEX #7C696D Empress

📋 copy color: '#7C696D'

red 124 ◦ green 105 ◦ blue 109

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

Shades of Empress #7C696D

Tints of Empress #7C696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 36.69%
G = 31.07%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C696D (or 0x7C696D) is known color: Empress. HEX triplet: 7C, 69 and 6D. RGB value is (124,105,109). Sum of RGB (Red+Green+Blue) = 124+105+109=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C696D is #839692. Grayscale: #6F6F6F. Windows color (decimal): -8623763 or 7170428. OLE color: 7170428.

HSL color Cylindrical-coordinate representation of color #7C696D: hue angle of 347.37º 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 #7C696D is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 105 109 -
CMYK 0 0.15 0.12 0.51
HSL 347.37º 0.08% 0.45% -
HSV(B) 347.37º 0.15% 0.49% -
XYZ 16.12 15.49 16.61 -
YUV 111.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 124 105 109 0 0.15 0.12 0.51 347.37 0.08 0.45
Hex 7C 69 6D 0 F C 33 15B 8 2D
Octal 174 151 155 0 17 14 63 533 10 55
Binary 1111100 1101001 1101101 0 1111 1100 110011 101011011 1000 101101

Color Harmonies of #7C696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C696D

Black with #7C696D

Text Example


Text Example

White with #7C696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,105,109); }

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

background-color css

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

 a { background-color: rgb(124,105,109); }

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

border-color css

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

 span { border-color: rgb(124,105,109); }

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