Html Css Color HEX #7F656B Empress

📋 copy color: '#7F656B'

red 127 ◦ green 101 ◦ blue 107

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

Shades of Empress #7F656B

Tints of Empress #7F656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 37.91%
G = 30.15%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F656B (or 0x7F656B) is known color: Empress. HEX triplet: 7F, 65 and 6B. RGB value is (127,101,107). Sum of RGB (Red+Green+Blue) = 127+101+107=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F656B is #809A94. Grayscale: #6D6D6D. Windows color (decimal): -8428181 or 7038335. OLE color: 7038335.

HSL color Cylindrical-coordinate representation of color #7F656B: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F656B is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 101 107 -
CMYK 0 0.20 0.16 0.50
HSL 346.15º 0.11% 0.45% -
HSV(B) 346.15º 0.2% 0.5% -
XYZ 16.06 14.88 15.94 -
YUV 109.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 127 101 107 0 0.20 0.16 0.50 346.15 0.11 0.45
Hex 7F 65 6B 0 14 10 32 15A B 2D
Octal 177 145 153 0 24 20 62 532 13 55
Binary 1111111 1100101 1101011 0 10100 10000 110010 101011010 1011 101101

Color Harmonies of #7F656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F656B

Black with #7F656B

Text Example


Text Example

White with #7F656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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