Html Css Color HEX #76706E Russett

📋 copy color: '#76706E'

red 118 ◦ green 112 ◦ blue 110

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

Shades of Russett #76706E

Tints of Russett #76706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 34.71%
G = 32.94%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76706E (or 0x76706E) is known color: Russett. HEX triplet: 76, 70 and 6E. RGB value is (118,112,110). Sum of RGB (Red+Green+Blue) = 118+112+110=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #76706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76706E is #898F91. Grayscale: #717171. Windows color (decimal): -9015186 or 7237750. OLE color: 7237750.

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

Color convert

RGB 118 112 110 -
CMYK 0 0.05 0.07 0.54
HSL 15º 0.04% 0.45% -
HSV(B) 15º 0.07% 0.46% -
XYZ 16.08 16.57 17.1 -
YUV 113.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 118 112 110 0 0.05 0.07 0.54 15 0.04 0.45
Hex 76 70 6E 0 5 7 36 F 4 2D
Octal 166 160 156 0 5 7 66 17 4 55
Binary 1110110 1110000 1101110 0 101 111 110110 1111 100 101101

Color Harmonies of #76706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76706E

Black with #76706E

Text Example


Text Example

White with #76706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76706E; }

 p { color: rgb(118,112,110); }

 H1.HeaderClassName
 {
   color: #76706E;
 }
 .AnyTagClassName
 {
   color: #76706E;
 }
</style>

background-color css

<style>
 a { background-color: #76706E; }

 a { background-color: rgb(118,112,110); }

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

border-color css

<style>
 span { border-color: #76706E; }

 span { border-color: rgb(118,112,110); }

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