Html Css Color HEX #7D7354 Peat

📋 copy color: '#7D7354'

red 125 ◦ green 115 ◦ blue 84

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

Shades of Peat #7D7354

Tints of Peat #7D7354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

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

R = 38.58%
G = 35.49%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D7354 (or 0x7D7354) is known color: Peat. HEX triplet: 7D, 73 and 54. RGB value is (125,115,84). Sum of RGB (Red+Green+Blue) = 125+115+84=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7354 is #828CAB. Grayscale: #727272. Windows color (decimal): -8555692 or 5534589. OLE color: 5534589.

HSL color Cylindrical-coordinate representation of color #7D7354: hue angle of 45.37º 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 #7D7354 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 115 84 -
CMYK 0 0.08 0.33 0.51
HSL 45.37º 0.2% 0.41% -
HSV(B) 45.37º 0.33% 0.49% -
XYZ 16.19 17.26 10.87 -
YUV 114.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 125 115 84 0 0.08 0.33 0.51 45.37 0.2 0.41
Hex 7D 73 54 0 8 21 33 2D 14 29
Octal 175 163 124 0 10 41 63 55 24 51
Binary 1111101 1110011 1010100 0 1000 100001 110011 101101 10100 101001

Color Harmonies of #7D7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7354

Black with #7D7354

Text Example


Text Example

White with #7D7354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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