Html Css Color HEX #784A1B Russet

📋 copy color: '#784A1B'

red 120 ◦ green 74 ◦ blue 27

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

Shades of Russet #784A1B

Tints of Russet #784A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 54.3%
G = 33.48%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#784A1B (or 0x784A1B) is known color: Russet. HEX triplet: 78, 4A and 1B. RGB value is (120,74,27). Sum of RGB (Red+Green+Blue) = 120+74+27=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #784A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A1B is #87B5E4. Grayscale: #525252. Windows color (decimal): -8893925 or 1788536. OLE color: 1788536.

HSL color Cylindrical-coordinate representation of color #784A1B: hue angle of 30.32º degrees, saturation: 0.63, 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 #784A1B is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 74 27 -
CMYK 0 0.38 0.78 0.53
HSL 30.32º 0.63% 0.29% -
HSV(B) 30.32º 0.78% 0.47% -
XYZ 10.39 8.97 2.22 -
YUV 82.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 120 74 27 0 0.38 0.78 0.53 30.32 0.63 0.29
Hex 78 4A 1B 0 26 4E 35 1E 3F 1D
Octal 170 112 33 0 46 116 65 36 77 35
Binary 1111000 1001010 11011 0 100110 1001110 110101 11110 111111 11101

Color Harmonies of #784A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A1B

Black with #784A1B

Text Example


Text Example

White with #784A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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