Html Css Color HEX #7E7554 Peat

📋 copy color: '#7E7554'

red 126 ◦ green 117 ◦ blue 84

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

Shades of Peat #7E7554

Tints of Peat #7E7554

RGB

 RED value IS 126 (49.61% from 255) = 38.53%

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 38.53%
G = 35.78%
B = 25.69%

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

#7E7554 (or 0x7E7554) is known color: Peat. HEX triplet: 7E, 75 and 54. RGB value is (126,117,84). Sum of RGB (Red+Green+Blue) = 126+117+84=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7554 is #818AAB. Grayscale: #747474. Windows color (decimal): -8489644 or 5535102. OLE color: 5535102.

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

Color convert

RGB 126 117 84 -
CMYK 0 0.07 0.33 0.51
HSL 47.14º 0.2% 0.41% -
HSV(B) 47.14º 0.33% 0.49% -
XYZ 16.57 17.8 10.95 -
YUV 115.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 126 117 84 0 0.07 0.33 0.51 47.14 0.2 0.41
Hex 7E 75 54 0 7 21 33 2F 14 29
Octal 176 165 124 0 7 41 63 57 24 51
Binary 1111110 1110101 1010100 0 111 100001 110011 101111 10100 101001

Color Harmonies of #7E7554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7554

Black with #7E7554

Text Example


Text Example

White with #7E7554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,117,84); }

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

background-color css

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

 a { background-color: rgb(126,117,84); }

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

border-color css

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

 span { border-color: rgb(126,117,84); }

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