Html Css Color HEX #7B6D50 Peat

📋 copy color: '#7B6D50'

red 123 ◦ green 109 ◦ blue 80

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

Shades of Peat #7B6D50

Tints of Peat #7B6D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.94%

 BLUE value IS 80 (31.64% from 255) = 25.64%

R = 39.42%
G = 34.94%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B6D50 (or 0x7B6D50) is known color: Peat. HEX triplet: 7B, 6D and 50. RGB value is (123,109,80). Sum of RGB (Red+Green+Blue) = 123+109+80=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6D50 is #8492AF. Grayscale: #6E6E6E. Windows color (decimal): -8688304 or 5270907. OLE color: 5270907.

HSL color Cylindrical-coordinate representation of color #7B6D50: hue angle of 40.47º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B6D50 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 109 80 -
CMYK 0 0.11 0.35 0.52
HSL 40.47º 0.21% 0.4% -
HSV(B) 40.47º 0.35% 0.48% -
XYZ 15.08 15.73 9.83 -
YUV 109.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 123 109 80 0 0.11 0.35 0.52 40.47 0.21 0.4
Hex 7B 6D 50 0 B 23 34 28 15 28
Octal 173 155 120 0 13 43 64 50 25 50
Binary 1111011 1101101 1010000 0 1011 100011 110100 101000 10101 101000

Color Harmonies of #7B6D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6D50

Black with #7B6D50

Text Example


Text Example

White with #7B6D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,109,80); }

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

background-color css

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

 a { background-color: rgb(123,109,80); }

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

border-color css

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

 span { border-color: rgb(123,109,80); }

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