#7A473D

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

Shades of Bole #7A473D

Tints of Bole #7A473D

Color information

#7A473D (or 0x7A473D) is unknown color: approx Bole. HEX triplet: 7A, 47 and 3D. RGB value is (122,71,61). Sum of RGB (Red+Green+Blue) = 122+71+61=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A473D is #85B8C2. Grayscale: #555555. Windows color (decimal): -8763587 or 4015994. OLE color: 4015994.

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

Color convert

RGB1227161-
CMYK00.420.500.52
HSL9.84º33.33%35.88%-
HSV(B)9.84º50%47.84%-
XYZ11.128.985.56-
YUV85.11114.4154.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.03%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=48.03%
G=27.95%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122716100.420.500.529.8433.3335.88
Hex7A473D02A3234a2124
Octal172107750526264124144
Binary1111010100011111110101010101100101101001010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,71,61); }

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

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

 a { background-color: rgb(122,71,61); }

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

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

 span { border-color: rgb(122,71,61); }

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