Html Css Color HEX #7C6768 Empress

📋 copy color: '#7C6768'

red 124 ◦ green 103 ◦ blue 104

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

Shades of Empress #7C6768

Tints of Empress #7C6768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.12%

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

R = 37.46%
G = 31.12%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C6768 (or 0x7C6768) is known color: Empress. HEX triplet: 7C, 67 and 68. RGB value is (124,103,104). Sum of RGB (Red+Green+Blue) = 124+103+104=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6768 is #839897. Grayscale: #6D6D6D. Windows color (decimal): -8624280 or 6842236. OLE color: 6842236.

HSL color Cylindrical-coordinate representation of color #7C6768: hue angle of 357.14º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C6768 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 104 -
CMYK 0 0.17 0.16 0.51
HSL 357.14º 0.09% 0.45% -
HSV(B) 357.14º 0.17% 0.49% -
XYZ 15.66 14.99 15.16 -
YUV 109.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 124 103 104 0 0.17 0.16 0.51 357.14 0.09 0.45
Hex 7C 67 68 0 11 10 33 165 9 2D
Octal 174 147 150 0 21 20 63 545 11 55
Binary 1111100 1100111 1101000 0 10001 10000 110011 101100101 1001 101101

Color Harmonies of #7C6768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6768

Black with #7C6768

Text Example


Text Example

White with #7C6768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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