Html Css Color HEX #76716F Russett

📋 copy color: '#76716F'

red 118 ◦ green 113 ◦ blue 111

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

Shades of Russett #76716F

Tints of Russett #76716F

RGB

 RED value IS 118 (46.48% from 255) = 34.5%

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 34.5%
G = 33.04%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76716F (or 0x76716F) is known color: Russett. HEX triplet: 76, 71 and 6F. RGB value is (118,113,111). Sum of RGB (Red+Green+Blue) = 118+113+111=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #76716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76716F is #898E90. Grayscale: #727272. Windows color (decimal): -9014929 or 7303542. OLE color: 7303542.

HSL color Cylindrical-coordinate representation of color #76716F: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #76716F is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 111 -
CMYK 0 0.04 0.06 0.54
HSL 17.14º 0.03% 0.45% -
HSV(B) 17.14º 0.06% 0.46% -
XYZ 16.25 16.81 17.43 -
YUV 114.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 118 113 111 0 0.04 0.06 0.54 17.14 0.03 0.45
Hex 76 71 6F 0 4 6 36 11 3 2D
Octal 166 161 157 0 4 6 66 21 3 55
Binary 1110110 1110001 1101111 0 100 110 110110 10001 11 101101

Color Harmonies of #76716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76716F

Black with #76716F

Text Example


Text Example

White with #76716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76716F; }

 p { color: rgb(118,113,111); }

 H1.HeaderClassName
 {
   color: #76716F;
 }
 .AnyTagClassName
 {
   color: #76716F;
 }
</style>

background-color css

<style>
 a { background-color: #76716F; }

 a { background-color: rgb(118,113,111); }

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

border-color css

<style>
 span { border-color: #76716F; }

 span { border-color: rgb(118,113,111); }

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