Html Css Color HEX #7F6165 Empress

📋 copy color: '#7F6165'

red 127 ◦ green 97 ◦ blue 101

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

Shades of Empress #7F6165

Tints of Empress #7F6165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 39.08%
G = 29.85%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F6165 (or 0x7F6165) is known color: Empress. HEX triplet: 7F, 61 and 65. RGB value is (127,97,101). Sum of RGB (Red+Green+Blue) = 127+97+101=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6165 is #809E9A. Grayscale: #6A6A6A. Windows color (decimal): -8429211 or 6644095. OLE color: 6644095.

HSL color Cylindrical-coordinate representation of color #7F6165: hue angle of 352º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6165 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 97 101 -
CMYK 0 0.24 0.20 0.50
HSL 352º 0.13% 0.44% -
HSV(B) 352º 0.24% 0.5% -
XYZ 15.38 14 14.2 -
YUV 106.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 127 97 101 0 0.24 0.20 0.50 352 0.13 0.44
Hex 7F 61 65 0 18 14 32 160 D 2C
Octal 177 141 145 0 30 24 62 540 15 54
Binary 1111111 1100001 1100101 0 11000 10100 110010 101100000 1101 101100

Color Harmonies of #7F6165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6165

Black with #7F6165

Text Example


Text Example

White with #7F6165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,97,101); }

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

background-color css

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

 a { background-color: rgb(127,97,101); }

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

border-color css

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

 span { border-color: rgb(127,97,101); }

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