Html Css Color HEX #7C6669 Empress

📋 copy color: '#7C6669'

red 124 ◦ green 102 ◦ blue 105

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

Shades of Empress #7C6669

Tints of Empress #7C6669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 37.46%
G = 30.82%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C6669 (or 0x7C6669) is known color: Empress. HEX triplet: 7C, 66 and 69. RGB value is (124,102,105). Sum of RGB (Red+Green+Blue) = 124+102+105=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6669 is #839996. Grayscale: #6C6C6C. Windows color (decimal): -8624535 or 6907516. OLE color: 6907516.

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

Color convert

RGB 124 102 105 -
CMYK 0 0.18 0.15 0.51
HSL 351.82º 0.1% 0.44% -
HSV(B) 351.82º 0.18% 0.49% -
XYZ 15.61 14.81 15.4 -
YUV 108.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 124 102 105 0 0.18 0.15 0.51 351.82 0.1 0.44
Hex 7C 66 69 0 12 F 33 160 A 2C
Octal 174 146 151 0 22 17 63 540 12 54
Binary 1111100 1100110 1101001 0 10010 1111 110011 101100000 1010 101100

Color Harmonies of #7C6669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6669

Black with #7C6669

Text Example


Text Example

White with #7C6669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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