Html Css Color HEX #7D440F Russet

📋 copy color: '#7D440F'

red 125 ◦ green 68 ◦ blue 15

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

Shades of Russet #7D440F

Tints of Russet #7D440F

RGB

 RED value IS 125 (49.22% from 255) = 60.1%

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

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 60.1%
G = 32.69%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D440F (or 0x7D440F) is known color: Russet. HEX triplet: 7D, 44 and 0F. RGB value is (125,68,15). Sum of RGB (Red+Green+Blue) = 125+68+15=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D440F is #82BBF0. Grayscale: #4F4F4F. Windows color (decimal): -8567793 or 1000573. OLE color: 1000573.

HSL color Cylindrical-coordinate representation of color #7D440F: hue angle of 28.91º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D440F is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 68 15 -
CMYK 0 0.46 0.88 0.51
HSL 28.91º 0.79% 0.27% -
HSV(B) 28.91º 0.88% 0.49% -
XYZ 10.61 8.53 1.54 -
YUV 79 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 125 68 15 0 0.46 0.88 0.51 28.91 0.79 0.27
Hex 7D 44 F 0 2E 58 33 1D 4F 1B
Octal 175 104 17 0 56 130 63 35 117 33
Binary 1111101 1000100 1111 0 101110 1011000 110011 11101 1001111 11011

Color Harmonies of #7D440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D440F

Black with #7D440F

Text Example


Text Example

White with #7D440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,68,15); }

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

background-color css

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

 a { background-color: rgb(125,68,15); }

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

border-color css

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

 span { border-color: rgb(125,68,15); }

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