Html Css Color HEX #78686B Empress

📋 copy color: '#78686B'

red 120 ◦ green 104 ◦ blue 107

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

Shades of Empress #78686B

Tints of Empress #78686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 36.25%
G = 31.42%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78686B (or 0x78686B) is known color: Empress. HEX triplet: 78, 68 and 6B. RGB value is (120,104,107). Sum of RGB (Red+Green+Blue) = 120+104+107=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #78686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78686B is #879794. Grayscale: #6D6D6D. Windows color (decimal): -8886165 or 7039096. OLE color: 7039096.

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

Color convert

RGB 120 104 107 -
CMYK 0 0.13 0.11 0.53
HSL 348.75º 0.07% 0.44% -
HSV(B) 348.75º 0.13% 0.47% -
XYZ 15.35 14.96 15.99 -
YUV 109.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 120 104 107 0 0.13 0.11 0.53 348.75 0.07 0.44
Hex 78 68 6B 0 D B 35 15D 7 2C
Octal 170 150 153 0 15 13 65 535 7 54
Binary 1111000 1101000 1101011 0 1101 1011 110101 101011101 111 101100

Color Harmonies of #78686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78686B

Black with #78686B

Text Example


Text Example

White with #78686B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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