Html Css Color HEX #764518 Russet

📋 copy color: '#764518'

red 118 ◦ green 69 ◦ blue 24

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

Shades of Russet #764518

Tints of Russet #764518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 55.92%
G = 32.7%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#764518 (or 0x764518) is known color: Russet. HEX triplet: 76, 45 and 18. RGB value is (118,69,24). Sum of RGB (Red+Green+Blue) = 118+69+24=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #764518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764518 is #89BAE7. Grayscale: #4E4E4E. Windows color (decimal): -9026280 or 1590646. OLE color: 1590646.

HSL color Cylindrical-coordinate representation of color #764518: hue angle of 28.72º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #764518 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 24 -
CMYK 0 0.42 0.80 0.54
HSL 28.72º 0.66% 0.28% -
HSV(B) 28.72º 0.8% 0.46% -
XYZ 9.76 8.17 1.93 -
YUV 78.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 118 69 24 0 0.42 0.80 0.54 28.72 0.66 0.28
Hex 76 45 18 0 2A 50 36 1D 42 1C
Octal 166 105 30 0 52 120 66 35 102 34
Binary 1110110 1000101 11000 0 101010 1010000 110110 11101 1000010 11100

Color Harmonies of #764518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764518

Black with #764518

Text Example


Text Example

White with #764518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764518; }

 p { color: rgb(118,69,24); }

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

background-color css

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

 a { background-color: rgb(118,69,24); }

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

border-color css

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

 span { border-color: rgb(118,69,24); }

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