Html Css Color HEX #7A441C Russet

📋 copy color: '#7A441C'

red 122 ◦ green 68 ◦ blue 28

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

Shades of Russet #7A441C

Tints of Russet #7A441C

RGB

 RED value IS 122 (48.05% from 255) = 55.96%

 GREEN value IS 68 (26.95% from 255) = 31.19%

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

R = 55.96%
G = 31.19%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7A441C (or 0x7A441C) is known color: Russet. HEX triplet: 7A, 44 and 1C. RGB value is (122,68,28). Sum of RGB (Red+Green+Blue) = 122+68+28=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A441C is #85BBE3. Grayscale: #4F4F4F. Windows color (decimal): -8764388 or 1852538. OLE color: 1852538.

HSL color Cylindrical-coordinate representation of color #7A441C: hue angle of 25.53º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A441C is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 68 28 -
CMYK 0 0.44 0.77 0.52
HSL 25.53º 0.63% 0.29% -
HSV(B) 25.53º 0.77% 0.48% -
XYZ 10.3 8.36 2.17 -
YUV 79.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 122 68 28 0 0.44 0.77 0.52 25.53 0.63 0.29
Hex 7A 44 1C 0 2C 4D 34 1A 3F 1D
Octal 172 104 34 0 54 115 64 32 77 35
Binary 1111010 1000100 11100 0 101100 1001101 110100 11010 111111 11101

Color Harmonies of #7A441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A441C

Black with #7A441C

Text Example


Text Example

White with #7A441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A441C; }

 p { color: rgb(122,68,28); }

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

background-color css

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

 a { background-color: rgb(122,68,28); }

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

border-color css

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

 span { border-color: rgb(122,68,28); }

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