Html Css Color HEX #7B7356 Peat

📋 copy color: '#7B7356'

red 123 ◦ green 115 ◦ blue 86

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

Shades of Peat #7B7356

Tints of Peat #7B7356

RGB

 RED value IS 123 (48.44% from 255) = 37.96%

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

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

R = 37.96%
G = 35.49%
B = 26.54%

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

#7B7356 (or 0x7B7356) is known color: Peat. HEX triplet: 7B, 73 and 56. RGB value is (123,115,86). Sum of RGB (Red+Green+Blue) = 123+115+86=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7356 is #848CA9. Grayscale: #727272. Windows color (decimal): -8686762 or 5665659. OLE color: 5665659.

HSL color Cylindrical-coordinate representation of color #7B7356: hue angle of 47.03º degrees, saturation: 0.18, 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 #7B7356 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 115 86 -
CMYK 0 0.07 0.30 0.52
HSL 47.03º 0.18% 0.41% -
HSV(B) 47.03º 0.3% 0.48% -
XYZ 15.98 17.14 11.27 -
YUV 114.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 123 115 86 0 0.07 0.30 0.52 47.03 0.18 0.41
Hex 7B 73 56 0 7 1E 34 2F 12 29
Octal 173 163 126 0 7 36 64 57 22 51
Binary 1111011 1110011 1010110 0 111 11110 110100 101111 10010 101001

Color Harmonies of #7B7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7356

Black with #7B7356

Text Example


Text Example

White with #7B7356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,115,86); }

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

background-color css

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

 a { background-color: rgb(123,115,86); }

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

border-color css

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

 span { border-color: rgb(123,115,86); }

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