Html Css Color HEX #7B7053 Peat

📋 copy color: '#7B7053'

red 123 ◦ green 112 ◦ blue 83

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

Shades of Peat #7B7053

Tints of Peat #7B7053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

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

R = 38.68%
G = 35.22%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7B7053 (or 0x7B7053) is known color: Peat. HEX triplet: 7B, 70 and 53. RGB value is (123,112,83). Sum of RGB (Red+Green+Blue) = 123+112+83=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7053 is #848FAC. Grayscale: #707070. Windows color (decimal): -8687533 or 5468283. OLE color: 5468283.

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

Color convert

RGB 123 112 83 -
CMYK 0 0.09 0.33 0.52
HSL 43.5º 0.19% 0.4% -
HSV(B) 43.5º 0.33% 0.48% -
XYZ 15.52 16.42 10.54 -
YUV 111.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 123 112 83 0 0.09 0.33 0.52 43.5 0.19 0.4
Hex 7B 70 53 0 9 21 34 2C 13 28
Octal 173 160 123 0 11 41 64 54 23 50
Binary 1111011 1110000 1010011 0 1001 100001 110100 101100 10011 101000

Color Harmonies of #7B7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7053

Black with #7B7053

Text Example


Text Example

White with #7B7053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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