Html Css Color HEX #78696E Empress

📋 copy color: '#78696E'

red 120 ◦ green 105 ◦ blue 110

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

Shades of Empress #78696E

Tints of Empress #78696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.34%

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 35.82%
G = 31.34%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78696E (or 0x78696E) is known color: Empress. HEX triplet: 78, 69 and 6E. RGB value is (120,105,110). Sum of RGB (Red+Green+Blue) = 120+105+110=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #78696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78696E is #879691. Grayscale: #6E6E6E. Windows color (decimal): -8885906 or 7235960. OLE color: 7235960.

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

Color convert

RGB 120 105 110 -
CMYK 0 0.13 0.08 0.53
HSL 340º 0.07% 0.44% -
HSV(B) 340º 0.13% 0.47% -
XYZ 15.61 15.22 16.87 -
YUV 110.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 120 105 110 0 0.13 0.08 0.53 340 0.07 0.44
Hex 78 69 6E 0 D 8 35 154 7 2C
Octal 170 151 156 0 15 10 65 524 7 54
Binary 1111000 1101001 1101110 0 1101 1000 110101 101010100 111 101100

Color Harmonies of #78696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78696E

Black with #78696E

Text Example


Text Example

White with #78696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78696E; }

 p { color: rgb(120,105,110); }

 H1.HeaderClassName
 {
   color: #78696E;
 }
 .AnyTagClassName
 {
   color: #78696E;
 }
</style>

background-color css

<style>
 a { background-color: #78696E; }

 a { background-color: rgb(120,105,110); }

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

border-color css

<style>
 span { border-color: #78696E; }

 span { border-color: rgb(120,105,110); }

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