Html Css Color HEX #7D7454 Peat

📋 copy color: '#7D7454'

red 125 ◦ green 116 ◦ blue 84

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

Shades of Peat #7D7454

Tints of Peat #7D7454

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

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

R = 38.46%
G = 35.69%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D7454 (or 0x7D7454) is known color: Peat. HEX triplet: 7D, 74 and 54. RGB value is (125,116,84). Sum of RGB (Red+Green+Blue) = 125+116+84=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7454 is #828BAB. Grayscale: #737373. Windows color (decimal): -8555436 or 5534845. OLE color: 5534845.

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

Color convert

RGB 125 116 84 -
CMYK 0 0.07 0.33 0.51
HSL 46.83º 0.2% 0.41% -
HSV(B) 46.83º 0.33% 0.49% -
XYZ 16.3 17.49 10.9 -
YUV 115.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 125 116 84 0 0.07 0.33 0.51 46.83 0.2 0.41
Hex 7D 74 54 0 7 21 33 2F 14 29
Octal 175 164 124 0 7 41 63 57 24 51
Binary 1111101 1110100 1010100 0 111 100001 110011 101111 10100 101001

Color Harmonies of #7D7454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7454

Black with #7D7454

Text Example


Text Example

White with #7D7454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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