#7A463E

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

Shades of Bole #7A463E

Tints of Bole #7A463E

Color information

#7A463E (or 0x7A463E) is unknown color: approx Bole. HEX triplet: 7A, 46 and 3E. RGB value is (122,70,62). Sum of RGB (Red+Green+Blue) = 122+70+62=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A463E is #85B9C1. Grayscale: #545454. Windows color (decimal): -8763842 or 4081274. OLE color: 4081274.

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

Color convert

RGB1227062-
CMYK00.430.490.52
HSL32.61%36.08%-
HSV(B)49.18%47.84%-
XYZ11.098.875.68-
YUV84.64115.23154.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.03%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=48.03%
G=27.56%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122706200.430.490.52832.6136.08
Hex7A463E02B313482124
Octal172106760536164104144
Binary1111010100011011111001010111100011101001000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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