Html Css Color HEX #784012 Russet

📋 copy color: '#784012'

red 120 ◦ green 64 ◦ blue 18

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

Shades of Russet #784012

Tints of Russet #784012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 59.41%
G = 31.68%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#784012 (or 0x784012) is known color: Russet. HEX triplet: 78, 40 and 12. RGB value is (120,64,18). Sum of RGB (Red+Green+Blue) = 120+64+18=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #784012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784012 is #87BFED. Grayscale: #4B4B4B. Windows color (decimal): -8896494 or 1196152. OLE color: 1196152.

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

Color convert

RGB 120 64 18 -
CMYK 0 0.47 0.85 0.53
HSL 27.06º 0.74% 0.27% -
HSV(B) 27.06º 0.85% 0.47% -
XYZ 9.69 7.7 1.55 -
YUV 75.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 120 64 18 0 0.47 0.85 0.53 27.06 0.74 0.27
Hex 78 40 12 0 2F 55 35 1B 4A 1B
Octal 170 100 22 0 57 125 65 33 112 33
Binary 1111000 1000000 10010 0 101111 1010101 110101 11011 1001010 11011

Color Harmonies of #784012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784012

Black with #784012

Text Example


Text Example

White with #784012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784012; }

 p { color: rgb(120,64,18); }

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

background-color css

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

 a { background-color: rgb(120,64,18); }

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

border-color css

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

 span { border-color: rgb(120,64,18); }

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