#763E3C

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

Shades of Bole #763E3C

Tints of Bole #763E3C

Color information

#763E3C (or 0x763E3C) is unknown color: approx Bole. HEX triplet: 76, 3E and 3C. RGB value is (118,62,60). Sum of RGB (Red+Green+Blue) = 118+62+60=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #763E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E3C is #89C1C3. Grayscale: #4E4E4E. Windows color (decimal): -9028036 or 3948150. OLE color: 3948150.

HSL color Cylindrical-coordinate representation of color #763E3C: hue angle of 2.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763E3C is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1186260-
CMYK00.470.490.54
HSL2.07º32.58%34.9%-
HSV(B)2.07º49.15%46.27%-
XYZ10.017.625.22-
YUV78.52117.55156.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 60 (23.83% from 255) = 25%
R=49.17%
G=25.83%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118626000.470.490.542.0732.5834.9
Hex763E3C02F313622123
Octal1667674057616624143
Binary1110110111110111100010111111000111011010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763E3C; }

 p { color: rgb(118,62,60); }

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

<style>
 a { background-color: #763E3C; }

 a { background-color: rgb(118,62,60); }

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

<style>
 span { border-color: #763E3C; }

 span { border-color: rgb(118,62,60); }

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