Html Css Color HEX #77696D Empress

📋 copy color: '#77696D'

red 119 ◦ green 105 ◦ blue 109

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

Shades of Empress #77696D

Tints of Empress #77696D

RGB

 RED value IS 119 (46.88% from 255) = 35.74%

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

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 35.74%
G = 31.53%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77696D (or 0x77696D) is known color: Empress. HEX triplet: 77, 69 and 6D. RGB value is (119,105,109). Sum of RGB (Red+Green+Blue) = 119+105+109=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #77696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77696D is #889692. Grayscale: #6D6D6D. Windows color (decimal): -8951443 or 7170423. OLE color: 7170423.

HSL color Cylindrical-coordinate representation of color #77696D: hue angle of 342.86º degrees, saturation: 0.06, 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 #77696D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 109 -
CMYK 0 0.12 0.08 0.53
HSL 342.86º 0.06% 0.44% -
HSV(B) 342.86º 0.12% 0.47% -
XYZ 15.42 15.13 16.58 -
YUV 109.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 119 105 109 0 0.12 0.08 0.53 342.86 0.06 0.44
Hex 77 69 6D 0 C 8 35 157 6 2C
Octal 167 151 155 0 14 10 65 527 6 54
Binary 1110111 1101001 1101101 0 1100 1000 110101 101010111 110 101100

Color Harmonies of #77696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77696D

Black with #77696D

Text Example


Text Example

White with #77696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77696D; }

 p { color: rgb(119,105,109); }

 H1.HeaderClassName
 {
   color: #77696D;
 }
 .AnyTagClassName
 {
   color: #77696D;
 }
</style>

background-color css

<style>
 a { background-color: #77696D; }

 a { background-color: rgb(119,105,109); }

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

border-color css

<style>
 span { border-color: #77696D; }

 span { border-color: rgb(119,105,109); }

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