#7B4438

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

Shades of Bole #7B4438

Tints of Bole #7B4438

Color information

#7B4438 (or 0x7B4438) is unknown color: approx Bole. HEX triplet: 7B, 44 and 38. RGB value is (123,68,56). Sum of RGB (Red+Green+Blue) = 123+68+56=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4438 is #84BBC7. Grayscale: #535353. Windows color (decimal): -8698824 or 3687547. OLE color: 3687547.

HSL color Cylindrical-coordinate representation of color #7B4438: hue angle of 10.75º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B4438 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB1236856-
CMYK00.450.540.52
HSL10.75º37.43%35.1%-
HSV(B)10.75º54.47%48.24%-
XYZ10.958.634.83-
YUV83.08112.72156.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.80%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=49.80%
G=27.53%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123685600.450.540.5210.7537.4335.1
Hex7B443802D3634b2523
Octal173104700556664134543
Binary1111011100010011100001011011101101101001011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,68,56); }

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

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

 a { background-color: rgb(123,68,56); }

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

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

 span { border-color: rgb(123,68,56); }

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