#71696A

Color #71696A Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #71696A

Tints of Empress #71696A

Color information

#71696A (or 0x71696A) is unknown color: approx Empress. HEX triplet: 71, 69 and 6A. RGB value is (113,105,106). Sum of RGB (Red+Green+Blue) = 113+105+106=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #71696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71696A is #8E9695. Grayscale: #6B6B6B. Windows color (decimal): -9344662 or 6973809. OLE color: 6973809.

HSL color Cylindrical-coordinate representation of color #71696A: hue angle of 352.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #71696A is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB113105106-
CMYK00.070.060.56
HSL352.5º3.67%42.75%-
HSV(B)352.5º7.08%44.31%-
XYZ14.4614.6515.7-
YUV107.51127.15131.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=34.88%
G=32.41%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310510600.070.060.56352.53.6742.75
Hex71696A0763816042b
Octal16115115207670540453
Binary1110001110100111010100111110111000101100000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71696A; }

 p { color: rgb(113,105,106); }

 H1.HeaderClassName
 {
   color: #71696A;
 }
 .AnyTagClassName
 {
   color: #71696A;
 }
</style>
background-color css

<style>
 a { background-color: #71696A; }

 a { background-color: rgb(113,105,106); }

 div.DivClassName
 {
   background-color: #71696A;
 }
 .BgClassName
 {
   background-color: #71696A;
 }
</style>
border-color css

<style>
 span { border-color: #71696A; }

 span { border-color: rgb(113,105,106); }

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