Html Css Color HEX #764620 Russet

📋 copy color: '#764620'

red 118 ◦ green 70 ◦ blue 32

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

Shades of Russet #764620

Tints of Russet #764620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.55%

R = 53.64%
G = 31.82%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#764620 (or 0x764620) is known color: Russet. HEX triplet: 76, 46 and 20. RGB value is (118,70,32). Sum of RGB (Red+Green+Blue) = 118+70+32=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #764620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764620 is #89B9DF. Grayscale: #505050. Windows color (decimal): -9026016 or 2115190. OLE color: 2115190.

HSL color Cylindrical-coordinate representation of color #764620: hue angle of 26.51º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #764620 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 32 -
CMYK 0 0.41 0.73 0.54
HSL 26.51º 0.57% 0.29% -
HSV(B) 26.51º 0.73% 0.46% -
XYZ 9.92 8.34 2.45 -
YUV 80.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 118 70 32 0 0.41 0.73 0.54 26.51 0.57 0.29
Hex 76 46 20 0 29 49 36 1B 39 1D
Octal 166 106 40 0 51 111 66 33 71 35
Binary 1110110 1000110 100000 0 101001 1001001 110110 11011 111001 11101

Color Harmonies of #764620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764620

Black with #764620

Text Example


Text Example

White with #764620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764620; }

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

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

background-color css

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

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

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

border-color css

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

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

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