Html Css Color HEX #7E6760 Russett

📋 copy color: '#7E6760'

red 126 ◦ green 103 ◦ blue 96

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

Shades of Russett #7E6760

Tints of Russett #7E6760

RGB

 RED value IS 126 (49.61% from 255) = 38.77%

 GREEN value IS 103 (40.63% from 255) = 31.69%

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

R = 38.77%
G = 31.69%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7E6760 (or 0x7E6760) is known color: Russett. HEX triplet: 7E, 67 and 60. RGB value is (126,103,96). Sum of RGB (Red+Green+Blue) = 126+103+96=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6760 is #81989F. Grayscale: #6D6D6D. Windows color (decimal): -8493216 or 6317950. OLE color: 6317950.

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

Color convert

RGB 126 103 96 -
CMYK 0 0.18 0.24 0.51
HSL 14º 0.14% 0.44% -
HSV(B) 14º 0.24% 0.49% -
XYZ 15.57 14.98 13.14 -
YUV 109.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 126 103 96 0 0.18 0.24 0.51 14 0.14 0.44
Hex 7E 67 60 0 12 18 33 E E 2C
Octal 176 147 140 0 22 30 63 16 16 54
Binary 1111110 1100111 1100000 0 10010 11000 110011 1110 1110 101100

Color Harmonies of #7E6760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6760

Black with #7E6760

Text Example


Text Example

White with #7E6760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,103,96); }

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

background-color css

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

 a { background-color: rgb(126,103,96); }

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

border-color css

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

 span { border-color: rgb(126,103,96); }

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