Html Css Color HEX #776C70 Empress

📋 copy color: '#776C70'

red 119 ◦ green 108 ◦ blue 112

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

Shades of Empress #776C70

Tints of Empress #776C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.86%

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 35.1%
G = 31.86%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#776C70 (or 0x776C70) is known color: Empress. HEX triplet: 77, 6C and 70. RGB value is (119,108,112). Sum of RGB (Red+Green+Blue) = 119+108+112=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C70 is #88938F. Grayscale: #6F6F6F. Windows color (decimal): -8950672 or 7367799. OLE color: 7367799.

HSL color Cylindrical-coordinate representation of color #776C70: hue angle of 338.18º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #776C70 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 108 112 -
CMYK 0 0.09 0.06 0.53
HSL 338.18º 0.05% 0.45% -
HSV(B) 338.18º 0.09% 0.47% -
XYZ 15.89 15.82 17.54 -
YUV 111.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 119 108 112 0 0.09 0.06 0.53 338.18 0.05 0.45
Hex 77 6C 70 0 9 6 35 152 5 2D
Octal 167 154 160 0 11 6 65 522 5 55
Binary 1110111 1101100 1110000 0 1001 110 110101 101010010 101 101101

Color Harmonies of #776C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C70

Black with #776C70

Text Example


Text Example

White with #776C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776C70; }

 p { color: rgb(119,108,112); }

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

background-color css

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

 a { background-color: rgb(119,108,112); }

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

border-color css

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

 span { border-color: rgb(119,108,112); }

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