Html Css Color HEX #77696B Empress

📋 copy color: '#77696B'

red 119 ◦ green 105 ◦ blue 107

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

Shades of Empress #77696B

Tints of Empress #77696B

RGB

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

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

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

R = 35.95%
G = 31.72%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77696B (or 0x77696B) is known color: Empress. HEX triplet: 77, 69 and 6B. RGB value is (119,105,107). Sum of RGB (Red+Green+Blue) = 119+105+107=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #77696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77696B is #889694. Grayscale: #6D6D6D. Windows color (decimal): -8951445 or 7039351. OLE color: 7039351.

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

Color convert

RGB 119 105 107 -
CMYK 0 0.12 0.10 0.53
HSL 351.43º 0.06% 0.44% -
HSV(B) 351.43º 0.12% 0.47% -
XYZ 15.31 15.09 16.01 -
YUV 109.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 119 105 107 0 0.12 0.10 0.53 351.43 0.06 0.44
Hex 77 69 6B 0 C A 35 15F 6 2C
Octal 167 151 153 0 14 12 65 537 6 54
Binary 1110111 1101001 1101011 0 1100 1010 110101 101011111 110 101100

Color Harmonies of #77696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77696B

Black with #77696B

Text Example


Text Example

White with #77696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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