#7A463B

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

Shades of Bole #7A463B

Tints of Bole #7A463B

Color information

#7A463B (or 0x7A463B) is unknown color: approx Bole. HEX triplet: 7A, 46 and 3B. RGB value is (122,70,59). Sum of RGB (Red+Green+Blue) = 122+70+59=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A463B is #85B9C4. Grayscale: #545454. Windows color (decimal): -8763845 or 3884666. OLE color: 3884666.

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

Color convert

RGB1227059-
CMYK00.430.520.52
HSL10.48º34.81%35.49%-
HSV(B)10.48º51.64%47.84%-
XYZ11.018.835.26-
YUV84.29113.73154.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.61%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=48.61%
G=27.89%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122705900.430.520.5210.4834.8135.49
Hex7A463B02B3434a2323
Octal172106730536464124343
Binary1111010100011011101101010111101001101001010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,70,59); }

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

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

 a { background-color: rgb(122,70,59); }

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

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

 span { border-color: rgb(122,70,59); }

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