Html Css Color HEX #774115 Russet

📋 copy color: '#774115'

red 119 ◦ green 65 ◦ blue 21

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

Shades of Russet #774115

Tints of Russet #774115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 58.05%
G = 31.71%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#774115 (or 0x774115) is known color: Russet. HEX triplet: 77, 41 and 15. RGB value is (119,65,21). Sum of RGB (Red+Green+Blue) = 119+65+21=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #774115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774115 is #88BEEA. Grayscale: #4C4C4C. Windows color (decimal): -8961771 or 1393015. OLE color: 1393015.

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

Color convert

RGB 119 65 21 -
CMYK 0 0.45 0.82 0.53
HSL 26.94º 0.7% 0.27% -
HSV(B) 26.94º 0.82% 0.47% -
XYZ 9.63 7.76 1.7 -
YUV 76.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 119 65 21 0 0.45 0.82 0.53 26.94 0.7 0.27
Hex 77 41 15 0 2D 52 35 1B 46 1B
Octal 167 101 25 0 55 122 65 33 106 33
Binary 1110111 1000001 10101 0 101101 1010010 110101 11011 1000110 11011

Color Harmonies of #774115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774115

Black with #774115

Text Example


Text Example

White with #774115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774115; }

 p { color: rgb(119,65,21); }

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

background-color css

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

 a { background-color: rgb(119,65,21); }

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

border-color css

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

 span { border-color: rgb(119,65,21); }

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