Html Css Color HEX #716A6B Empress

📋 copy color: '#716A6B'

red 113 ◦ green 106 ◦ blue 107

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

Shades of Empress #716A6B

Tints of Empress #716A6B

RGB

 RED value IS 113 (44.53% from 255) = 34.66%

 GREEN value IS 106 (41.8% from 255) = 32.52%

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

R = 34.66%
G = 32.52%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#716A6B (or 0x716A6B) is known color: Empress. HEX triplet: 71, 6A and 6B. RGB value is (113,106,107). Sum of RGB (Red+Green+Blue) = 113+106+107=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #716A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A6B is #8E9594. Grayscale: #6C6C6C. Windows color (decimal): -9344405 or 7039601. OLE color: 7039601.

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

Color convert

RGB 113 106 107 -
CMYK 0 0.06 0.05 0.56
HSL 351.43º 0.03% 0.43% -
HSV(B) 351.43º 0.06% 0.44% -
XYZ 14.62 14.88 16.01 -
YUV 108.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 113 106 107 0 0.06 0.05 0.56 351.43 0.03 0.43
Hex 71 6A 6B 0 6 5 38 15F 3 2B
Octal 161 152 153 0 6 5 70 537 3 53
Binary 1110001 1101010 1101011 0 110 101 111000 101011111 11 101011

Color Harmonies of #716A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A6B

Black with #716A6B

Text Example


Text Example

White with #716A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716A6B; }

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

 H1.HeaderClassName
 {
   color: #716A6B;
 }
 .AnyTagClassName
 {
   color: #716A6B;
 }
</style>

background-color css

<style>
 a { background-color: #716A6B; }

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

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

border-color css

<style>
 span { border-color: #716A6B; }

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

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