Html Css Color HEX #784A1C Russet

📋 copy color: '#784A1C'

red 120 ◦ green 74 ◦ blue 28

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

Shades of Russet #784A1C

Tints of Russet #784A1C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.33%

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 54.05%
G = 33.33%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#784A1C (or 0x784A1C) is known color: Russet. HEX triplet: 78, 4A and 1C. RGB value is (120,74,28). Sum of RGB (Red+Green+Blue) = 120+74+28=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #784A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A1C is #87B5E3. Grayscale: #525252. Windows color (decimal): -8893924 or 1854072. OLE color: 1854072.

HSL color Cylindrical-coordinate representation of color #784A1C: hue angle of 30º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #784A1C is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 74 28 -
CMYK 0 0.38 0.77 0.53
HSL 30º 0.62% 0.29% -
HSV(B) 30º 0.77% 0.47% -
XYZ 10.4 8.97 2.28 -
YUV 82.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 120 74 28 0 0.38 0.77 0.53 30 0.62 0.29
Hex 78 4A 1C 0 26 4D 35 1E 3E 1D
Octal 170 112 34 0 46 115 65 36 76 35
Binary 1111000 1001010 11100 0 100110 1001101 110101 11110 111110 11101

Color Harmonies of #784A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A1C

Black with #784A1C

Text Example


Text Example

White with #784A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784A1C; }

 p { color: rgb(120,74,28); }

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

background-color css

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

 a { background-color: rgb(120,74,28); }

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

border-color css

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

 span { border-color: rgb(120,74,28); }

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