Html Css Color HEX #7F6B6C Empress

📋 copy color: '#7F6B6C'

red 127 ◦ green 107 ◦ blue 108

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

Shades of Empress #7F6B6C

Tints of Empress #7F6B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.29%

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 37.13%
G = 31.29%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F6B6C (or 0x7F6B6C) is known color: Empress. HEX triplet: 7F, 6B and 6C. RGB value is (127,107,108). Sum of RGB (Red+Green+Blue) = 127+107+108=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6B6C is #809493. Grayscale: #717171. Windows color (decimal): -8426644 or 7105407. OLE color: 7105407.

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

Color convert

RGB 127 107 108 -
CMYK 0 0.16 0.15 0.50
HSL 357º 0.09% 0.46% -
HSV(B) 357º 0.16% 0.5% -
XYZ 16.72 16.11 16.42 -
YUV 113.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 127 107 108 0 0.16 0.15 0.50 357 0.09 0.46
Hex 7F 6B 6C 0 10 F 32 165 9 2E
Octal 177 153 154 0 20 17 62 545 11 56
Binary 1111111 1101011 1101100 0 10000 1111 110010 101100101 1001 101110

Color Harmonies of #7F6B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6B6C

Black with #7F6B6C

Text Example


Text Example

White with #7F6B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,107,108); }

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

background-color css

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

 a { background-color: rgb(127,107,108); }

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

border-color css

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

 span { border-color: rgb(127,107,108); }

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