Html Css Color HEX #784114 Russet

📋 copy color: '#784114'

red 120 ◦ green 65 ◦ blue 20

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

Shades of Russet #784114

Tints of Russet #784114

RGB

 RED value IS 120 (47.27% from 255) = 58.54%

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

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 58.54%
G = 31.71%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#784114 (or 0x784114) is known color: Russet. HEX triplet: 78, 41 and 14. RGB value is (120,65,20). Sum of RGB (Red+Green+Blue) = 120+65+20=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #784114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784114 is #87BEEB. Grayscale: #4C4C4C. Windows color (decimal): -8896236 or 1327480. OLE color: 1327480.

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

Color convert

RGB 120 65 20 -
CMYK 0 0.46 0.83 0.53
HSL 27º 0.71% 0.27% -
HSV(B) 27º 0.83% 0.47% -
XYZ 9.76 7.82 1.66 -
YUV 76.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 120 65 20 0 0.46 0.83 0.53 27 0.71 0.27
Hex 78 41 14 0 2E 53 35 1B 47 1B
Octal 170 101 24 0 56 123 65 33 107 33
Binary 1111000 1000001 10100 0 101110 1010011 110101 11011 1000111 11011

Color Harmonies of #784114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784114

Black with #784114

Text Example


Text Example

White with #784114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784114; }

 p { color: rgb(120,65,20); }

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

background-color css

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

 a { background-color: rgb(120,65,20); }

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

border-color css

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

 span { border-color: rgb(120,65,20); }

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