Html Css Color HEX #777274 Empress

📋 copy color: '#777274'

red 119 ◦ green 114 ◦ blue 116

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

Shades of Empress #777274

Tints of Empress #777274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 34.1%
G = 32.66%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#777274 (or 0x777274) is known color: Empress. HEX triplet: 77, 72 and 74. RGB value is (119,114,116). Sum of RGB (Red+Green+Blue) = 119+114+116=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 119 - color contains mainly: red. Hex color #777274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777274 is #888D8B. Grayscale: #737373. Windows color (decimal): -8949132 or 7631479. OLE color: 7631479.

HSL color Cylindrical-coordinate representation of color #777274: hue angle of 336º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #777274 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 116 -
CMYK 0 0.04 0.03 0.53
HSL 336º 0.02% 0.46% -
HSV(B) 336º 0.04% 0.47% -
XYZ 16.78 17.22 18.96 -
YUV 115.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 119 114 116 0 0.04 0.03 0.53 336 0.02 0.46
Hex 77 72 74 0 4 3 35 150 2 2E
Octal 167 162 164 0 4 3 65 520 2 56
Binary 1110111 1110010 1110100 0 100 11 110101 101010000 10 101110

Color Harmonies of #777274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777274

Black with #777274

Text Example


Text Example

White with #777274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777274; }

 p { color: rgb(119,114,116); }

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

background-color css

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

 a { background-color: rgb(119,114,116); }

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

border-color css

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

 span { border-color: rgb(119,114,116); }

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