Html Css Color HEX #7C6660 Russett

📋 copy color: '#7C6660'

red 124 ◦ green 102 ◦ blue 96

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

Shades of Russett #7C6660

Tints of Russett #7C6660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 38.51%
G = 31.68%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C6660 (or 0x7C6660) is known color: Russett. HEX triplet: 7C, 66 and 60. RGB value is (124,102,96). Sum of RGB (Red+Green+Blue) = 124+102+96=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6660 is #83999F. Grayscale: #6B6B6B. Windows color (decimal): -8624544 or 6317692. OLE color: 6317692.

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

Color convert

RGB 124 102 96 -
CMYK 0 0.18 0.23 0.51
HSL 12.86º 0.13% 0.43% -
HSV(B) 12.86º 0.23% 0.49% -
XYZ 15.17 14.63 13.09 -
YUV 107.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 124 102 96 0 0.18 0.23 0.51 12.86 0.13 0.43
Hex 7C 66 60 0 12 17 33 D D 2B
Octal 174 146 140 0 22 27 63 15 15 53
Binary 1111100 1100110 1100000 0 10010 10111 110011 1101 1101 101011

Color Harmonies of #7C6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6660

Black with #7C6660

Text Example


Text Example

White with #7C6660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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