Html Css Color HEX #7F6366 Empress

📋 copy color: '#7F6366'

red 127 ◦ green 99 ◦ blue 102

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

Shades of Empress #7F6366

Tints of Empress #7F6366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.18%

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 38.72%
G = 30.18%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F6366 (or 0x7F6366) is known color: Empress. HEX triplet: 7F, 63 and 66. RGB value is (127,99,102). Sum of RGB (Red+Green+Blue) = 127+99+102=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6366 is #809C99. Grayscale: #6B6B6B. Windows color (decimal): -8428698 or 6710143. OLE color: 6710143.

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

Color convert

RGB 127 99 102 -
CMYK 0 0.22 0.20 0.50
HSL 353.57º 0.12% 0.44% -
HSV(B) 353.57º 0.22% 0.5% -
XYZ 15.61 14.4 14.53 -
YUV 107.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 127 99 102 0 0.22 0.20 0.50 353.57 0.12 0.44
Hex 7F 63 66 0 16 14 32 162 C 2C
Octal 177 143 146 0 26 24 62 542 14 54
Binary 1111111 1100011 1100110 0 10110 10100 110010 101100010 1100 101100

Color Harmonies of #7F6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6366

Black with #7F6366

Text Example


Text Example

White with #7F6366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,99,102); }

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

background-color css

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

 a { background-color: rgb(127,99,102); }

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

border-color css

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

 span { border-color: rgb(127,99,102); }

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