Html Css Color HEX #7C6668 Empress

📋 copy color: '#7C6668'

red 124 ◦ green 102 ◦ blue 104

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

Shades of Empress #7C6668

Tints of Empress #7C6668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 37.58%
G = 30.91%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C6668 (or 0x7C6668) is known color: Empress. HEX triplet: 7C, 66 and 68. RGB value is (124,102,104). Sum of RGB (Red+Green+Blue) = 124+102+104=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6668 is #839997. Grayscale: #6C6C6C. Windows color (decimal): -8624536 or 6841980. OLE color: 6841980.

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

Color convert

RGB 124 102 104 -
CMYK 0 0.18 0.16 0.51
HSL 354.55º 0.1% 0.44% -
HSV(B) 354.55º 0.18% 0.49% -
XYZ 15.56 14.79 15.13 -
YUV 108.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 124 102 104 0 0.18 0.16 0.51 354.55 0.1 0.44
Hex 7C 66 68 0 12 10 33 163 A 2C
Octal 174 146 150 0 22 20 63 543 12 54
Binary 1111100 1100110 1101000 0 10010 10000 110011 101100011 1010 101100

Color Harmonies of #7C6668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6668

Black with #7C6668

Text Example


Text Example

White with #7C6668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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