Html Css Color HEX #7B4030 Peanut

📋 copy color: '#7B4030'

red 123 ◦ green 64 ◦ blue 48

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

Shades of Peanut #7B4030

Tints of Peanut #7B4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.23%

 BLUE value IS 48 (19.14% from 255) = 20.43%

R = 52.34%
G = 27.23%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7B4030 (or 0x7B4030) is known color: Peanut. HEX triplet: 7B, 40 and 30. RGB value is (123,64,48). Sum of RGB (Red+Green+Blue) = 123+64+48=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4030 is #84BFCF. Grayscale: #4F4F4F. Windows color (decimal): -8699856 or 3162235. OLE color: 3162235.

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

Color convert

RGB 123 64 48 -
CMYK 0 0.48 0.61 0.52
HSL 12.8º 0.44% 0.34% -
HSV(B) 12.8º 0.61% 0.48% -
XYZ 10.54 8.09 3.8 -
YUV 79.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 123 64 48 0 0.48 0.61 0.52 12.8 0.44 0.34
Hex 7B 40 30 0 30 3D 34 D 2C 22
Octal 173 100 60 0 60 75 64 15 54 42
Binary 1111011 1000000 110000 0 110000 111101 110100 1101 101100 100010

Color Harmonies of #7B4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4030

Black with #7B4030

Text Example


Text Example

White with #7B4030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,64,48); }

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

background-color css

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

 a { background-color: rgb(123,64,48); }

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

border-color css

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

 span { border-color: rgb(123,64,48); }

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