Html Css Color HEX #777273 Empress

📋 copy color: '#777273'

red 119 ◦ green 114 ◦ blue 115

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

Shades of Empress #777273

Tints of Empress #777273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 34.2%
G = 32.76%
B = 33.05%

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

#777273 (or 0x777273) is known color: Empress. HEX triplet: 77, 72 and 73. RGB value is (119,114,115). Sum of RGB (Red+Green+Blue) = 119+114+115=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 119 - color contains mainly: red. Hex color #777273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777273 is #888D8C. Grayscale: #737373. Windows color (decimal): -8949133 or 7565943. OLE color: 7565943.

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

Color convert

RGB 119 114 115 -
CMYK 0 0.04 0.03 0.53
HSL 348º 0.02% 0.46% -
HSV(B) 348º 0.04% 0.47% -
XYZ 16.72 17.19 18.66 -
YUV 115.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 119 114 115 0 0.04 0.03 0.53 348 0.02 0.46
Hex 77 72 73 0 4 3 35 15C 2 2E
Octal 167 162 163 0 4 3 65 534 2 56
Binary 1110111 1110010 1110011 0 100 11 110101 101011100 10 101110

Color Harmonies of #777273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777273

Black with #777273

Text Example


Text Example

White with #777273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777273; }

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

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

background-color css

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

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

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

border-color css

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

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

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