Html Css Color HEX #7C6056 Russett

📋 copy color: '#7C6056'

red 124 ◦ green 96 ◦ blue 86

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

Shades of Russett #7C6056

Tints of Russett #7C6056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 86 (33.98% from 255) = 28.1%

R = 40.52%
G = 31.37%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C6056 (or 0x7C6056) is known color: Russett. HEX triplet: 7C, 60 and 56. RGB value is (124,96,86). Sum of RGB (Red+Green+Blue) = 124+96+86=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6056 is #839FA9. Grayscale: #676767. Windows color (decimal): -8626090 or 5660796. OLE color: 5660796.

HSL color Cylindrical-coordinate representation of color #7C6056: hue angle of 15.79º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C6056 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 96 86 -
CMYK 0 0.23 0.31 0.51
HSL 15.79º 0.18% 0.41% -
HSV(B) 15.79º 0.31% 0.49% -
XYZ 14.17 13.32 10.63 -
YUV 103.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 124 96 86 0 0.23 0.31 0.51 15.79 0.18 0.41
Hex 7C 60 56 0 17 1F 33 10 12 29
Octal 174 140 126 0 27 37 63 20 22 51
Binary 1111100 1100000 1010110 0 10111 11111 110011 10000 10010 101001

Color Harmonies of #7C6056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6056

Black with #7C6056

Text Example


Text Example

White with #7C6056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,96,86); }

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

background-color css

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

 a { background-color: rgb(124,96,86); }

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

border-color css

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

 span { border-color: rgb(124,96,86); }

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