Html Css Color HEX #7A7256 Peat

📋 copy color: '#7A7256'

red 122 ◦ green 114 ◦ blue 86

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

Shades of Peat #7A7256

Tints of Peat #7A7256

RGB

 RED value IS 122 (48.05% from 255) = 37.89%

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

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 37.89%
G = 35.4%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7A7256 (or 0x7A7256) is known color: Peat. HEX triplet: 7A, 72 and 56. RGB value is (122,114,86). Sum of RGB (Red+Green+Blue) = 122+114+86=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7256 is #858DA9. Grayscale: #717171. Windows color (decimal): -8752554 or 5665402. OLE color: 5665402.

HSL color Cylindrical-coordinate representation of color #7A7256: hue angle of 46.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7256 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 114 86 -
CMYK 0 0.07 0.30 0.52
HSL 46.67º 0.17% 0.41% -
HSV(B) 46.67º 0.3% 0.48% -
XYZ 15.72 16.84 11.23 -
YUV 113.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 122 114 86 0 0.07 0.30 0.52 46.67 0.17 0.41
Hex 7A 72 56 0 7 1E 34 2F 11 29
Octal 172 162 126 0 7 36 64 57 21 51
Binary 1111010 1110010 1010110 0 111 11110 110100 101111 10001 101001

Color Harmonies of #7A7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7256

Black with #7A7256

Text Example


Text Example

White with #7A7256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,114,86); }

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

background-color css

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

 a { background-color: rgb(122,114,86); }

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

border-color css

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

 span { border-color: rgb(122,114,86); }

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