Html Css Color HEX #776869 Empress

📋 copy color: '#776869'

red 119 ◦ green 104 ◦ blue 105

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

Shades of Empress #776869

Tints of Empress #776869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 36.28%
G = 31.71%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#776869 (or 0x776869) is known color: Empress. HEX triplet: 77, 68 and 69. RGB value is (119,104,105). Sum of RGB (Red+Green+Blue) = 119+104+105=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776869 is #889796. Grayscale: #6C6C6C. Windows color (decimal): -8951703 or 6908023. OLE color: 6908023.

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

Color convert

RGB 119 104 105 -
CMYK 0 0.13 0.12 0.53
HSL 356º 0.07% 0.44% -
HSV(B) 356º 0.13% 0.47% -
XYZ 15.11 14.84 15.43 -
YUV 108.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 119 104 105 0 0.13 0.12 0.53 356 0.07 0.44
Hex 77 68 69 0 D C 35 164 7 2C
Octal 167 150 151 0 15 14 65 544 7 54
Binary 1110111 1101000 1101001 0 1101 1100 110101 101100100 111 101100

Color Harmonies of #776869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776869

Black with #776869

Text Example


Text Example

White with #776869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776869; }

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

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

background-color css

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

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

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

border-color css

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

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

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