Html Css Color HEX #7F7475 Empress

📋 copy color: '#7F7475'

red 127 ◦ green 116 ◦ blue 117

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

Shades of Empress #7F7475

Tints of Empress #7F7475

RGB

 RED value IS 127 (50% from 255) = 35.28%

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

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

R = 35.28%
G = 32.22%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#7F7475 (or 0x7F7475) is known color: Empress. HEX triplet: 7F, 74 and 75. RGB value is (127,116,117). Sum of RGB (Red+Green+Blue) = 127+116+117=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7475 is #808B8A. Grayscale: #777777. Windows color (decimal): -8424331 or 7697535. OLE color: 7697535.

HSL color Cylindrical-coordinate representation of color #7F7475: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7F7475 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 116 117 -
CMYK 0 0.09 0.08 0.50
HSL 354.55º 0.05% 0.48% -
HSV(B) 354.55º 0.09% 0.5% -
XYZ 18.21 18.29 19.4 -
YUV 119.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 127 116 117 0 0.09 0.08 0.50 354.55 0.05 0.48
Hex 7F 74 75 0 9 8 32 163 5 30
Octal 177 164 165 0 11 10 62 543 5 60
Binary 1111111 1110100 1110101 0 1001 1000 110010 101100011 101 110000

Color Harmonies of #7F7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7475

Black with #7F7475

Text Example


Text Example

White with #7F7475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7475; }

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

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

background-color css

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

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

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

border-color css

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

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

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