#7B4734

Color #7B4734 Peanut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peanut #7B4734

Tints of Peanut #7B4734

Color information

#7B4734 (or 0x7B4734) is unknown color: approx Peanut. HEX triplet: 7B, 47 and 34. RGB value is (123,71,52). Sum of RGB (Red+Green+Blue) = 123+71+52=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4734 is #84B8CB. Grayscale: #545454. Windows color (decimal): -8698060 or 3426171. OLE color: 3426171.

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

Color convert

RGB1237152-
CMYK00.420.580.52
HSL16.06º40.57%34.31%-
HSV(B)16.06º57.72%48.24%-
XYZ11.048.974.4-
YUV84.38109.73155.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 28.86%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=50%
G=28.86%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123715200.420.580.5216.0640.5734.31
Hex7B473402A3A34102922
Octal173107640527264205142
Binary11110111000111110100010101011101011010010000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B4734;
 }
 .AnyTagClassName
 {
   color: #7B4734;
 }
</style>
background-color css

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

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

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

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

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

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