#7A463A

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

Shades of Bole #7A463A

Tints of Bole #7A463A

Color information

#7A463A (or 0x7A463A) is unknown color: approx Bole. HEX triplet: 7A, 46 and 3A. RGB value is (122,70,58). Sum of RGB (Red+Green+Blue) = 122+70+58=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A463A is #85B9C5. Grayscale: #545454. Windows color (decimal): -8763846 or 3819130. OLE color: 3819130.

HSL color Cylindrical-coordinate representation of color #7A463A: hue angle of 11.25º degrees, saturation: 0.36, 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 #7A463A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB1227058-
CMYK00.430.520.52
HSL11.25º35.56%35.29%-
HSV(B)11.25º52.46%47.84%-
XYZ10.988.825.13-
YUV84.18113.23154.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.8%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=48.8%
G=28%
B=23.2%

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
Decimal122705800.430.520.5211.2535.5635.29
Hex7A463A02B3434b2423
Octal172106720536464134443
Binary1111010100011011101001010111101001101001011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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