Html Css Color HEX #7D7353 Peat

📋 copy color: '#7D7353'

red 125 ◦ green 115 ◦ blue 83

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

Shades of Peat #7D7353

Tints of Peat #7D7353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.7%

R = 38.7%
G = 35.6%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D7353 (or 0x7D7353) is known color: Peat. HEX triplet: 7D, 73 and 53. RGB value is (125,115,83). Sum of RGB (Red+Green+Blue) = 125+115+83=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7353 is #828CAC. Grayscale: #727272. Windows color (decimal): -8555693 or 5469053. OLE color: 5469053.

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

Color convert

RGB 125 115 83 -
CMYK 0 0.08 0.34 0.51
HSL 45.71º 0.2% 0.41% -
HSV(B) 45.71º 0.34% 0.49% -
XYZ 16.15 17.25 10.66 -
YUV 114.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 125 115 83 0 0.08 0.34 0.51 45.71 0.2 0.41
Hex 7D 73 53 0 8 22 33 2E 14 29
Octal 175 163 123 0 10 42 63 56 24 51
Binary 1111101 1110011 1010011 0 1000 100010 110011 101110 10100 101001

Color Harmonies of #7D7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7353

Black with #7D7353

Text Example


Text Example

White with #7D7353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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