Html Css Color HEX #7C706C Russett

📋 copy color: '#7C706C'

red 124 ◦ green 112 ◦ blue 108

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

Shades of Russett #7C706C

Tints of Russett #7C706C

RGB

 RED value IS 124 (48.83% from 255) = 36.05%

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

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

R = 36.05%
G = 32.56%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C706C (or 0x7C706C) is known color: Russett. HEX triplet: 7C, 70 and 6C. RGB value is (124,112,108). Sum of RGB (Red+Green+Blue) = 124+112+108=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 124 - color contains mainly: red. Hex color #7C706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C706C is #838F93. Grayscale: #737373. Windows color (decimal): -8621972 or 7106684. OLE color: 7106684.

HSL color Cylindrical-coordinate representation of color #7C706C: hue angle of 15º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C706C is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 112 108 -
CMYK 0 0.10 0.13 0.51
HSL 15º 0.07% 0.45% -
HSV(B) 15º 0.13% 0.49% -
XYZ 16.81 16.96 16.57 -
YUV 115.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 124 112 108 0 0.10 0.13 0.51 15 0.07 0.45
Hex 7C 70 6C 0 A D 33 F 7 2D
Octal 174 160 154 0 12 15 63 17 7 55
Binary 1111100 1110000 1101100 0 1010 1101 110011 1111 111 101101

Color Harmonies of #7C706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C706C

Black with #7C706C

Text Example


Text Example

White with #7C706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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