Html Css Color HEX #7F7375 Empress

📋 copy color: '#7F7375'

red 127 ◦ green 115 ◦ blue 117

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

Shades of Empress #7F7375

Tints of Empress #7F7375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.03%

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

R = 35.38%
G = 32.03%
B = 32.59%

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

#7F7375 (or 0x7F7375) is known color: Empress. HEX triplet: 7F, 73 and 75. RGB value is (127,115,117). Sum of RGB (Red+Green+Blue) = 127+115+117=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7375 is #808C8A. Grayscale: #767676. Windows color (decimal): -8424587 or 7697279. OLE color: 7697279.

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

Color convert

RGB 127 115 117 -
CMYK 0 0.09 0.08 0.50
HSL 350º 0.05% 0.47% -
HSV(B) 350º 0.09% 0.5% -
XYZ 18.09 18.06 19.36 -
YUV 118.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 127 115 117 0 0.09 0.08 0.50 350 0.05 0.47
Hex 7F 73 75 0 9 8 32 15E 5 2F
Octal 177 163 165 0 11 10 62 536 5 57
Binary 1111111 1110011 1110101 0 1001 1000 110010 101011110 101 101111

Color Harmonies of #7F7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7375

Black with #7F7375

Text Example


Text Example

White with #7F7375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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