#7A4741

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

Shades of Bole #7A4741

Tints of Bole #7A4741

Color information

#7A4741 (or 0x7A4741) is unknown color: approx Bole. HEX triplet: 7A, 47 and 41. RGB value is (122,71,65). Sum of RGB (Red+Green+Blue) = 122+71+65=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4741 is #85B8BE. Grayscale: #555555. Windows color (decimal): -8763583 or 4278138. OLE color: 4278138.

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

Color convert

RGB1227165-
CMYK00.420.470.52
HSL6.32º30.48%36.67%-
HSV(B)6.32º46.72%47.84%-
XYZ11.239.036.15-
YUV85.56116.4153.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.29%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=47.29%
G=27.52%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122716500.420.470.526.3230.4836.67
Hex7A474102A2F3461e25
Octal172107101052576463645
Binary111101010001111000001010101010111111010011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,71,65); }

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

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

 a { background-color: rgb(122,71,65); }

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

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

 span { border-color: rgb(122,71,65); }

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