Html Css Color HEX #76461A Russet

📋 copy color: '#76461A'

red 118 ◦ green 70 ◦ blue 26

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

Shades of Russet #76461A

Tints of Russet #76461A

RGB

 RED value IS 118 (46.48% from 255) = 55.14%

 GREEN value IS 70 (27.73% from 255) = 32.71%

 BLUE value IS 26 (10.55% from 255) = 12.15%

R = 55.14%
G = 32.71%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76461A (or 0x76461A) is known color: Russet. HEX triplet: 76, 46 and 1A. RGB value is (118,70,26). Sum of RGB (Red+Green+Blue) = 118+70+26=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76461A is #89B9E5. Grayscale: #4F4F4F. Windows color (decimal): -9026022 or 1721974. OLE color: 1721974.

HSL color Cylindrical-coordinate representation of color #76461A: hue angle of 28.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76461A is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 26 -
CMYK 0 0.41 0.78 0.54
HSL 28.7º 0.64% 0.28% -
HSV(B) 28.7º 0.78% 0.46% -
XYZ 9.85 8.31 2.06 -
YUV 79.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 118 70 26 0 0.41 0.78 0.54 28.7 0.64 0.28
Hex 76 46 1A 0 29 4E 36 1D 40 1C
Octal 166 106 32 0 51 116 66 35 100 34
Binary 1110110 1000110 11010 0 101001 1001110 110110 11101 1000000 11100

Color Harmonies of #76461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76461A

Black with #76461A

Text Example


Text Example

White with #76461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76461A; }

 p { color: rgb(118,70,26); }

 H1.HeaderClassName
 {
   color: #76461A;
 }
 .AnyTagClassName
 {
   color: #76461A;
 }
</style>

background-color css

<style>
 a { background-color: #76461A; }

 a { background-color: rgb(118,70,26); }

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

border-color css

<style>
 span { border-color: #76461A; }

 span { border-color: rgb(118,70,26); }

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