Html Css Color HEX #78696B Empress

📋 copy color: '#78696B'

red 120 ◦ green 105 ◦ blue 107

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

Shades of Empress #78696B

Tints of Empress #78696B

RGB

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

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

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

R = 36.14%
G = 31.63%
B = 32.23%

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

#78696B (or 0x78696B) is known color: Empress. HEX triplet: 78, 69 and 6B. RGB value is (120,105,107). Sum of RGB (Red+Green+Blue) = 120+105+107=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #78696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78696B is #879694. Grayscale: #6D6D6D. Windows color (decimal): -8885909 or 7039352. OLE color: 7039352.

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

Color convert

RGB 120 105 107 -
CMYK 0 0.13 0.11 0.53
HSL 352º 0.07% 0.44% -
HSV(B) 352º 0.13% 0.47% -
XYZ 15.45 15.16 16.02 -
YUV 109.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 120 105 107 0 0.13 0.11 0.53 352 0.07 0.44
Hex 78 69 6B 0 D B 35 160 7 2C
Octal 170 151 153 0 15 13 65 540 7 54
Binary 1111000 1101001 1101011 0 1101 1011 110101 101100000 111 101100

Color Harmonies of #78696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78696B

Black with #78696B

Text Example


Text Example

White with #78696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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