Html Css Color HEX #774015 Russet

📋 copy color: '#774015'

red 119 ◦ green 64 ◦ blue 21

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

Shades of Russet #774015

Tints of Russet #774015

RGB

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

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

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

R = 58.33%
G = 31.37%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#774015 (or 0x774015) is known color: Russet. HEX triplet: 77, 40 and 15. RGB value is (119,64,21). Sum of RGB (Red+Green+Blue) = 119+64+21=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #774015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774015 is #88BFEA. Grayscale: #4B4B4B. Windows color (decimal): -8962027 or 1392759. OLE color: 1392759.

HSL color Cylindrical-coordinate representation of color #774015: hue angle of 26.33º 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 #774015 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 21 -
CMYK 0 0.46 0.82 0.53
HSL 26.33º 0.7% 0.27% -
HSV(B) 26.33º 0.82% 0.47% -
XYZ 9.58 7.64 1.68 -
YUV 75.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 119 64 21 0 0.46 0.82 0.53 26.33 0.7 0.27
Hex 77 40 15 0 2E 52 35 1A 46 1B
Octal 167 100 25 0 56 122 65 32 106 33
Binary 1110111 1000000 10101 0 101110 1010010 110101 11010 1000110 11011

Color Harmonies of #774015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774015

Black with #774015

Text Example


Text Example

White with #774015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774015; }

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

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

background-color css

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

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

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

border-color css

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

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

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