Html Css Color HEX #7B7253 Peat

📋 copy color: '#7B7253'

red 123 ◦ green 114 ◦ blue 83

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

Shades of Peat #7B7253

Tints of Peat #7B7253

RGB

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

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

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

R = 38.44%
G = 35.63%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7B7253 (or 0x7B7253) is known color: Peat. HEX triplet: 7B, 72 and 53. RGB value is (123,114,83). Sum of RGB (Red+Green+Blue) = 123+114+83=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7253 is #848DAC. Grayscale: #717171. Windows color (decimal): -8687021 or 5468795. OLE color: 5468795.

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

Color convert

RGB 123 114 83 -
CMYK 0 0.07 0.33 0.52
HSL 46.5º 0.19% 0.4% -
HSV(B) 46.5º 0.33% 0.48% -
XYZ 15.75 16.87 10.61 -
YUV 113.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 123 114 83 0 0.07 0.33 0.52 46.5 0.19 0.4
Hex 7B 72 53 0 7 21 34 2E 13 28
Octal 173 162 123 0 7 41 64 56 23 50
Binary 1111011 1110010 1010011 0 111 100001 110100 101110 10011 101000

Color Harmonies of #7B7253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7253

Black with #7B7253

Text Example


Text Example

White with #7B7253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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