Html Css Color HEX #7B4834 Peanut

📋 copy color: '#7B4834'

red 123 ◦ green 72 ◦ blue 52

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

Shades of Peanut #7B4834

Tints of Peanut #7B4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 49.8%
G = 29.15%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7B4834 (or 0x7B4834) is known color: Peanut. HEX triplet: 7B, 48 and 34. RGB value is (123,72,52). Sum of RGB (Red+Green+Blue) = 123+72+52=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4834 is #84B7CB. Grayscale: #555555. Windows color (decimal): -8697804 or 3426427. OLE color: 3426427.

HSL color Cylindrical-coordinate representation of color #7B4834: hue angle of 16.9º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B4834 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 72 52 -
CMYK 0 0.41 0.58 0.52
HSL 16.9º 0.41% 0.34% -
HSV(B) 16.9º 0.58% 0.48% -
XYZ 11.11 9.09 4.42 -
YUV 84.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 123 72 52 0 0.41 0.58 0.52 16.9 0.41 0.34
Hex 7B 48 34 0 29 3A 34 11 29 22
Octal 173 110 64 0 51 72 64 21 51 42
Binary 1111011 1001000 110100 0 101001 111010 110100 10001 101001 100010

Color Harmonies of #7B4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4834

Black with #7B4834

Text Example


Text Example

White with #7B4834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,72,52); }

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

background-color css

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

 a { background-color: rgb(123,72,52); }

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

border-color css

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

 span { border-color: rgb(123,72,52); }

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