Html Css Color HEX #77461C Russet

📋 copy color: '#77461C'

red 119 ◦ green 70 ◦ blue 28

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

Shades of Russet #77461C

Tints of Russet #77461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.9%

R = 54.84%
G = 32.26%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77461C (or 0x77461C) is known color: Russet. HEX triplet: 77, 46 and 1C. RGB value is (119,70,28). Sum of RGB (Red+Green+Blue) = 119+70+28=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77461C is #88B9E3. Grayscale: #505050. Windows color (decimal): -8960484 or 1853047. OLE color: 1853047.

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

Color convert

RGB 119 70 28 -
CMYK 0 0.41 0.76 0.53
HSL 27.69º 0.62% 0.29% -
HSV(B) 27.69º 0.76% 0.47% -
XYZ 10.01 8.39 2.19 -
YUV 79.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 119 70 28 0 0.41 0.76 0.53 27.69 0.62 0.29
Hex 77 46 1C 0 29 4C 35 1C 3E 1D
Octal 167 106 34 0 51 114 65 34 76 35
Binary 1110111 1000110 11100 0 101001 1001100 110101 11100 111110 11101

Color Harmonies of #77461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77461C

Black with #77461C

Text Example


Text Example

White with #77461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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