Html Css Color HEX #7C696C Empress

📋 copy color: '#7C696C'

red 124 ◦ green 105 ◦ blue 108

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

Shades of Empress #7C696C

Tints of Empress #7C696C

RGB

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

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

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

R = 36.8%
G = 31.16%
B = 32.05%

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

#7C696C (or 0x7C696C) is known color: Empress. HEX triplet: 7C, 69 and 6C. RGB value is (124,105,108). Sum of RGB (Red+Green+Blue) = 124+105+108=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C696C is #839693. Grayscale: #6F6F6F. Windows color (decimal): -8623764 or 7104892. OLE color: 7104892.

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

Color convert

RGB 124 105 108 -
CMYK 0 0.15 0.13 0.51
HSL 350.53º 0.08% 0.45% -
HSV(B) 350.53º 0.15% 0.49% -
XYZ 16.07 15.47 16.33 -
YUV 111.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 124 105 108 0 0.15 0.13 0.51 350.53 0.08 0.45
Hex 7C 69 6C 0 F D 33 15F 8 2D
Octal 174 151 154 0 17 15 63 537 10 55
Binary 1111100 1101001 1101100 0 1111 1101 110011 101011111 1000 101101

Color Harmonies of #7C696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C696C

Black with #7C696C

Text Example


Text Example

White with #7C696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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