#7A4140

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

Shades of Bole #7A4140

Tints of Bole #7A4140

Color information

#7A4140 (or 0x7A4140) is unknown color: approx Bole. HEX triplet: 7A, 41 and 40. RGB value is (122,65,64). Sum of RGB (Red+Green+Blue) = 122+65+64=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4140 is #85BEBF. Grayscale: #515151. Windows color (decimal): -8765120 or 4211066. OLE color: 4211066.

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

Color convert

RGB1226564-
CMYK00.470.480.52
HSL1.03º31.18%36.47%-
HSV(B)1.03º47.54%47.84%-
XYZ10.848.295.88-
YUV81.93117.88156.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.61%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=48.61%
G=25.90%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122656400.470.480.521.0331.1836.47
Hex7A414002F303411f24
Octal172101100057606413744
Binary1111010100000110000000101111110000110100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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