#7a4a44

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

Shades of Bole #7A4A44

Tints of Bole #7A4A44

Color information

#7A4A44 (or 0x7A4A44) is unknown color: approx Bole. HEX triplet: 7A, 4A and 44. RGB value is (122,74,68). Sum of RGB (Red+Green+Blue) = 122+74+68=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4A44 is #85B5BB. Grayscale: #575757. Windows color (decimal): -8762812 or 4475514. OLE color: 4475514.

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

Color convert

RGB1227468-
CMYK00.390.440.52
HSL6.67º28.42%37.25%-
HSV(B)6.67º44.26%47.84%-
XYZ11.529.456.69-
YUV87.67116.9152.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.21%
GREEN value IS 74 (29.30% from 255) = 28.03%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=46.21%
G=28.03%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122746800.390.440.526.6728.4237.25
Hex7A4A440272C3471c25
Octal172112104047546473445
Binary111101010010101000100010011110110011010011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a4a44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,74,68); }

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

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

 a { background-color: rgb(122,74,68); }

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

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

 span { border-color: rgb(122,74,68); }

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