Html Css Color HEX #78686A Empress

📋 copy color: '#78686A'

red 120 ◦ green 104 ◦ blue 106

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

Shades of Empress #78686A

Tints of Empress #78686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 36.36%
G = 31.52%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78686A (or 0x78686A) is known color: Empress. HEX triplet: 78, 68 and 6A. RGB value is (120,104,106). Sum of RGB (Red+Green+Blue) = 120+104+106=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #78686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78686A is #879795. Grayscale: #6D6D6D. Windows color (decimal): -8886166 or 6973560. OLE color: 6973560.

HSL color Cylindrical-coordinate representation of color #78686A: hue angle of 352.5º 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 #78686A is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 104 106 -
CMYK 0 0.13 0.12 0.53
HSL 352.5º 0.07% 0.44% -
HSV(B) 352.5º 0.13% 0.47% -
XYZ 15.3 14.93 15.71 -
YUV 109.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 120 104 106 0 0.13 0.12 0.53 352.5 0.07 0.44
Hex 78 68 6A 0 D C 35 160 7 2C
Octal 170 150 152 0 15 14 65 540 7 54
Binary 1111000 1101000 1101010 0 1101 1100 110101 101100000 111 101100

Color Harmonies of #78686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78686A

Black with #78686A

Text Example


Text Example

White with #78686A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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