#7C4C47

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

Shades of Bole #7C4C47

Tints of Bole #7C4C47

Color information

#7C4C47 (or 0x7C4C47) is unknown color: approx Bole. HEX triplet: 7C, 4C and 47. RGB value is (124,76,71). Sum of RGB (Red+Green+Blue) = 124+76+71=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4C47 is #83B3B8. Grayscale: #595959. Windows color (decimal): -8631225 or 4672636. OLE color: 4672636.

HSL color Cylindrical-coordinate representation of color #7C4C47: hue angle of 5.66º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C4C47 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB1247671-
CMYK00.390.430.51
HSL5.66º27.18%38.24%-
HSV(B)5.66º42.74%48.63%-
XYZ12.039.917.24-
YUV89.78117.4152.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.76%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 71 (28.12% from 255) = 26.20%
R=45.76%
G=28.04%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124767100.390.430.515.6627.1838.24
Hex7C4C470272B3361b26
Octal174114107047536363346
Binary111110010011001000111010011110101111001111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,76,71); }

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

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

 a { background-color: rgb(124,76,71); }

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

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

 span { border-color: rgb(124,76,71); }

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