Html Css Color HEX #77461E Russet

📋 copy color: '#77461E'

red 119 ◦ green 70 ◦ blue 30

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

Shades of Russet #77461E

Tints of Russet #77461E

RGB

 RED value IS 119 (46.88% from 255) = 54.34%

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

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 54.34%
G = 31.96%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77461E (or 0x77461E) is known color: Russet. HEX triplet: 77, 46 and 1E. RGB value is (119,70,30). Sum of RGB (Red+Green+Blue) = 119+70+30=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77461E is #88B9E1. Grayscale: #505050. Windows color (decimal): -8960482 or 1984119. OLE color: 1984119.

HSL color Cylindrical-coordinate representation of color #77461E: hue angle of 26.97º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77461E is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 30 -
CMYK 0 0.41 0.75 0.53
HSL 26.97º 0.6% 0.29% -
HSV(B) 26.97º 0.75% 0.47% -
XYZ 10.03 8.4 2.32 -
YUV 80.09 99.73 155.75 -
System Red Green Blue C M Y K H S L
Decimal 119 70 30 0 0.41 0.75 0.53 26.97 0.6 0.29
Hex 77 46 1E 0 29 4B 35 1B 3C 1D
Octal 167 106 36 0 51 113 65 33 74 35
Binary 1110111 1000110 11110 0 101001 1001011 110101 11011 111100 11101

Color Harmonies of #77461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77461E

Black with #77461E

Text Example


Text Example

White with #77461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77461E; }

 p { color: rgb(119,70,30); }

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

background-color css

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

 a { background-color: rgb(119,70,30); }

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

border-color css

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

 span { border-color: rgb(119,70,30); }

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