Html Css Color HEX #7C685D Russett

📋 copy color: '#7C685D'

red 124 ◦ green 104 ◦ blue 93

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

Shades of Russett #7C685D

Tints of Russett #7C685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 38.63%
G = 32.4%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C685D (or 0x7C685D) is known color: Russett. HEX triplet: 7C, 68 and 5D. RGB value is (124,104,93). Sum of RGB (Red+Green+Blue) = 124+104+93=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C685D is #8397A2. Grayscale: #6C6C6C. Windows color (decimal): -8624035 or 6121596. OLE color: 6121596.

HSL color Cylindrical-coordinate representation of color #7C685D: hue angle of 21.29º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C685D is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 104 93 -
CMYK 0 0.16 0.25 0.51
HSL 21.29º 0.14% 0.43% -
HSV(B) 21.29º 0.25% 0.49% -
XYZ 15.24 14.98 12.44 -
YUV 108.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 124 104 93 0 0.16 0.25 0.51 21.29 0.14 0.43
Hex 7C 68 5D 0 10 19 33 15 E 2B
Octal 174 150 135 0 20 31 63 25 16 53
Binary 1111100 1101000 1011101 0 10000 11001 110011 10101 1110 101011

Color Harmonies of #7C685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C685D

Black with #7C685D

Text Example


Text Example

White with #7C685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,93); }

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

background-color css

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

 a { background-color: rgb(124,104,93); }

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

border-color css

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

 span { border-color: rgb(124,104,93); }

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