Html Css Color HEX #7D7254 Peat

📋 copy color: '#7D7254'

red 125 ◦ green 114 ◦ blue 84

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

Shades of Peat #7D7254

Tints of Peat #7D7254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.29%

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 38.7%
G = 35.29%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D7254 (or 0x7D7254) is known color: Peat. HEX triplet: 7D, 72 and 54. RGB value is (125,114,84). Sum of RGB (Red+Green+Blue) = 125+114+84=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7254 is #828DAB. Grayscale: #717171. Windows color (decimal): -8555948 or 5534333. OLE color: 5534333.

HSL color Cylindrical-coordinate representation of color #7D7254: hue angle of 43.9º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D7254 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 114 84 -
CMYK 0 0.09 0.33 0.51
HSL 43.9º 0.2% 0.41% -
HSV(B) 43.9º 0.33% 0.49% -
XYZ 16.08 17.03 10.83 -
YUV 113.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 125 114 84 0 0.09 0.33 0.51 43.9 0.2 0.41
Hex 7D 72 54 0 9 21 33 2C 14 29
Octal 175 162 124 0 11 41 63 54 24 51
Binary 1111101 1110010 1010100 0 1001 100001 110011 101100 10100 101001

Color Harmonies of #7D7254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7254

Black with #7D7254

Text Example


Text Example

White with #7D7254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,114,84); }

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

background-color css

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

 a { background-color: rgb(125,114,84); }

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

border-color css

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

 span { border-color: rgb(125,114,84); }

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