Html Css Color HEX #7F6369 Empress

📋 copy color: '#7F6369'

red 127 ◦ green 99 ◦ blue 105

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

Shades of Empress #7F6369

Tints of Empress #7F6369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 38.37%
G = 29.91%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F6369 (or 0x7F6369) is known color: Empress. HEX triplet: 7F, 63 and 69. RGB value is (127,99,105). Sum of RGB (Red+Green+Blue) = 127+99+105=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6369 is #809C96. Grayscale: #6C6C6C. Windows color (decimal): -8428695 or 6906751. OLE color: 6906751.

HSL color Cylindrical-coordinate representation of color #7F6369: hue angle of 347.14º 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 #7F6369 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 99 105 -
CMYK 0 0.22 0.17 0.50
HSL 347.14º 0.12% 0.44% -
HSV(B) 347.14º 0.22% 0.5% -
XYZ 15.76 14.46 15.32 -
YUV 108.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 127 99 105 0 0.22 0.17 0.50 347.14 0.12 0.44
Hex 7F 63 69 0 16 11 32 15B C 2C
Octal 177 143 151 0 26 21 62 533 14 54
Binary 1111111 1100011 1101001 0 10110 10001 110010 101011011 1100 101100

Color Harmonies of #7F6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6369

Black with #7F6369

Text Example


Text Example

White with #7F6369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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