Html Css Color HEX #774013 Russet

📋 copy color: '#774013'

red 119 ◦ green 64 ◦ blue 19

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

Shades of Russet #774013

Tints of Russet #774013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 58.91%
G = 31.68%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#774013 (or 0x774013) is known color: Russet. HEX triplet: 77, 40 and 13. RGB value is (119,64,19). Sum of RGB (Red+Green+Blue) = 119+64+19=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #774013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774013 is #88BFEC. Grayscale: #4B4B4B. Windows color (decimal): -8962029 or 1261687. OLE color: 1261687.

HSL color Cylindrical-coordinate representation of color #774013: hue angle of 27º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #774013 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 19 -
CMYK 0 0.46 0.84 0.53
HSL 27º 0.72% 0.27% -
HSV(B) 27º 0.84% 0.47% -
XYZ 9.56 7.64 1.59 -
YUV 75.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 119 64 19 0 0.46 0.84 0.53 27 0.72 0.27
Hex 77 40 13 0 2E 54 35 1B 48 1B
Octal 167 100 23 0 56 124 65 33 110 33
Binary 1110111 1000000 10011 0 101110 1010100 110101 11011 1001000 11011

Color Harmonies of #774013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774013

Black with #774013

Text Example


Text Example

White with #774013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774013; }

 p { color: rgb(119,64,19); }

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

background-color css

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

 a { background-color: rgb(119,64,19); }

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

border-color css

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

 span { border-color: rgb(119,64,19); }

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