Html Css Color HEX #777475 Empress

📋 copy color: '#777475'

red 119 ◦ green 116 ◦ blue 117

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

Shades of Empress #777475

Tints of Empress #777475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 33.81%
G = 32.95%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#777475 (or 0x777475) is known color: Empress. HEX triplet: 77, 74 and 75. RGB value is (119,116,117). Sum of RGB (Red+Green+Blue) = 119+116+117=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 119 - color contains mainly: red. Hex color #777475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777475 is #888B8A. Grayscale: #757575. Windows color (decimal): -8948619 or 7697527. OLE color: 7697527.

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

Color convert

RGB 119 116 117 -
CMYK 0 0.03 0.02 0.53
HSL 340º 0.01% 0.46% -
HSV(B) 340º 0.03% 0.47% -
XYZ 17.06 17.7 19.35 -
YUV 117.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 119 116 117 0 0.03 0.02 0.53 340 0.01 0.46
Hex 77 74 75 0 3 2 35 154 1 2E
Octal 167 164 165 0 3 2 65 524 1 56
Binary 1110111 1110100 1110101 0 11 10 110101 101010100 1 101110

Color Harmonies of #777475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777475

Black with #777475

Text Example


Text Example

White with #777475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777475; }

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

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

background-color css

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

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

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

border-color css

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

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

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