Html Css Color HEX #7B6F53 Peat

📋 copy color: '#7B6F53'

red 123 ◦ green 111 ◦ blue 83

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

Shades of Peat #7B6F53

Tints of Peat #7B6F53

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 38.8%
G = 35.02%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7B6F53 (or 0x7B6F53) is known color: Peat. HEX triplet: 7B, 6F and 53. RGB value is (123,111,83). Sum of RGB (Red+Green+Blue) = 123+111+83=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F53 is #8490AC. Grayscale: #6F6F6F. Windows color (decimal): -8687789 or 5468027. OLE color: 5468027.

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

Color convert

RGB 123 111 83 -
CMYK 0 0.10 0.33 0.52
HSL 42º 0.19% 0.4% -
HSV(B) 42º 0.33% 0.48% -
XYZ 15.41 16.2 10.5 -
YUV 111.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 123 111 83 0 0.10 0.33 0.52 42 0.19 0.4
Hex 7B 6F 53 0 A 21 34 2A 13 28
Octal 173 157 123 0 12 41 64 52 23 50
Binary 1111011 1101111 1010011 0 1010 100001 110100 101010 10011 101000

Color Harmonies of #7B6F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6F53

Black with #7B6F53

Text Example


Text Example

White with #7B6F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,111,83); }

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

background-color css

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

 a { background-color: rgb(123,111,83); }

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

border-color css

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

 span { border-color: rgb(123,111,83); }

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