Html Css Color HEX #7B706C Russett

📋 copy color: '#7B706C'

red 123 ◦ green 112 ◦ blue 108

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

Shades of Russett #7B706C

Tints of Russett #7B706C

RGB

 RED value IS 123 (48.44% from 255) = 35.86%

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

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 35.86%
G = 32.65%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B706C (or 0x7B706C) is known color: Russett. HEX triplet: 7B, 70 and 6C. RGB value is (123,112,108). Sum of RGB (Red+Green+Blue) = 123+112+108=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B706C is #848F93. Grayscale: #727272. Windows color (decimal): -8687508 or 7106683. OLE color: 7106683.

HSL color Cylindrical-coordinate representation of color #7B706C: hue angle of 16º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B706C is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 112 108 -
CMYK 0 0.09 0.12 0.52
HSL 16º 0.06% 0.45% -
HSV(B) 16º 0.12% 0.48% -
XYZ 16.67 16.88 16.57 -
YUV 114.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 123 112 108 0 0.09 0.12 0.52 16 0.06 0.45
Hex 7B 70 6C 0 9 C 34 10 6 2D
Octal 173 160 154 0 11 14 64 20 6 55
Binary 1111011 1110000 1101100 0 1001 1100 110100 10000 110 101101

Color Harmonies of #7B706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B706C

Black with #7B706C

Text Example


Text Example

White with #7B706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,108); }

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

background-color css

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

 a { background-color: rgb(123,112,108); }

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

border-color css

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

 span { border-color: rgb(123,112,108); }

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