Html Css Color HEX #78686C Empress

📋 copy color: '#78686C'

red 120 ◦ green 104 ◦ blue 108

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

Shades of Empress #78686C

Tints of Empress #78686C

RGB

 RED value IS 120 (47.27% from 255) = 36.14%

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 36.14%
G = 31.33%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78686C (or 0x78686C) is known color: Empress. HEX triplet: 78, 68 and 6C. RGB value is (120,104,108). Sum of RGB (Red+Green+Blue) = 120+104+108=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #78686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78686C is #879793. Grayscale: #6D6D6D. Windows color (decimal): -8886164 or 7104632. OLE color: 7104632.

HSL color Cylindrical-coordinate representation of color #78686C: hue angle of 345º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #78686C is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 104 108 -
CMYK 0 0.13 0.10 0.53
HSL 345º 0.07% 0.44% -
HSV(B) 345º 0.13% 0.47% -
XYZ 15.4 14.98 16.27 -
YUV 109.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 120 104 108 0 0.13 0.10 0.53 345 0.07 0.44
Hex 78 68 6C 0 D A 35 159 7 2C
Octal 170 150 154 0 15 12 65 531 7 54
Binary 1111000 1101000 1101100 0 1101 1010 110101 101011001 111 101100

Color Harmonies of #78686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78686C

Black with #78686C

Text Example


Text Example

White with #78686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78686C; }

 p { color: rgb(120,104,108); }

 H1.HeaderClassName
 {
   color: #78686C;
 }
 .AnyTagClassName
 {
   color: #78686C;
 }
</style>

background-color css

<style>
 a { background-color: #78686C; }

 a { background-color: rgb(120,104,108); }

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

border-color css

<style>
 span { border-color: #78686C; }

 span { border-color: rgb(120,104,108); }

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