Html Css Color HEX #77471E Russet

📋 copy color: '#77471E'

red 119 ◦ green 71 ◦ blue 30

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

Shades of Russet #77471E

Tints of Russet #77471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

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

R = 54.09%
G = 32.27%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77471E (or 0x77471E) is known color: Russet. HEX triplet: 77, 47 and 1E. RGB value is (119,71,30). Sum of RGB (Red+Green+Blue) = 119+71+30=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77471E is #88B8E1. Grayscale: #505050. Windows color (decimal): -8960226 or 1984375. OLE color: 1984375.

HSL color Cylindrical-coordinate representation of color #77471E: hue angle of 27.64º 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 #77471E is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 30 -
CMYK 0 0.40 0.75 0.53
HSL 27.64º 0.6% 0.29% -
HSV(B) 27.64º 0.75% 0.47% -
XYZ 10.1 8.52 2.34 -
YUV 80.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 119 71 30 0 0.40 0.75 0.53 27.64 0.6 0.29
Hex 77 47 1E 0 28 4B 35 1C 3C 1D
Octal 167 107 36 0 50 113 65 34 74 35
Binary 1110111 1000111 11110 0 101000 1001011 110101 11100 111100 11101

Color Harmonies of #77471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77471E

Black with #77471E

Text Example


Text Example

White with #77471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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