Html Css Color HEX #78461F Russet

📋 copy color: '#78461F'

red 120 ◦ green 70 ◦ blue 31

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

Shades of Russet #78461F

Tints of Russet #78461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 54.3%
G = 31.67%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#78461F (or 0x78461F) is known color: Russet. HEX triplet: 78, 46 and 1F. RGB value is (120,70,31). Sum of RGB (Red+Green+Blue) = 120+70+31=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #78461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78461F is #87B9E0. Grayscale: #505050. Windows color (decimal): -8894945 or 2049656. OLE color: 2049656.

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

Color convert

RGB 120 70 31 -
CMYK 0 0.42 0.74 0.53
HSL 26.29º 0.59% 0.3% -
HSV(B) 26.29º 0.74% 0.47% -
XYZ 10.18 8.47 2.39 -
YUV 80.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 120 70 31 0 0.42 0.74 0.53 26.29 0.59 0.3
Hex 78 46 1F 0 2A 4A 35 1A 3B 1E
Octal 170 106 37 0 52 112 65 32 73 36
Binary 1111000 1000110 11111 0 101010 1001010 110101 11010 111011 11110

Color Harmonies of #78461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78461F

Black with #78461F

Text Example


Text Example

White with #78461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78461F; }

 p { color: rgb(120,70,31); }

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

background-color css

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

 a { background-color: rgb(120,70,31); }

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

border-color css

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

 span { border-color: rgb(120,70,31); }

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