#7C4743

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

Shades of Bole #7C4743

Tints of Bole #7C4743

Color information

#7C4743 (or 0x7C4743) is unknown color: approx Bole. HEX triplet: 7C, 47 and 43. RGB value is (124,71,67). Sum of RGB (Red+Green+Blue) = 124+71+67=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4743 is #83B8BC. Grayscale: #565656. Windows color (decimal): -8632509 or 4409212. OLE color: 4409212.

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

Color convert

RGB1247167-
CMYK00.430.460.51
HSL4.21º29.84%37.45%-
HSV(B)4.21º45.97%48.63%-
XYZ11.589.26.48-
YUV86.39117.06154.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=47.33%
G=27.10%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124716700.430.460.514.2129.8437.45
Hex7C474302B2E3341e25
Octal174107103053566343645
Binary111110010001111000011010101110111011001110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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