#76463A

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

Shades of Bole #76463A

Tints of Bole #76463A

Color information

#76463A (or 0x76463A) is unknown color: approx Bole. HEX triplet: 76, 46 and 3A. RGB value is (118,70,58). Sum of RGB (Red+Green+Blue) = 118+70+58=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76463A is #89B9C5. Grayscale: #535353. Windows color (decimal): -9025990 or 3819126. OLE color: 3819126.

HSL color Cylindrical-coordinate representation of color #76463A: hue angle of 12º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76463A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1187058-
CMYK00.410.510.54
HSL12º34.09%34.51%-
HSV(B)12º50.85%46.27%-
XYZ10.438.545.1-
YUV82.98113.9152.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=47.97%
G=28.46%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118705800.410.510.541234.0934.51
Hex76463A0293336c2223
Octal166106720516366144243
Binary1110110100011011101001010011100111101101100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76463A; }

 p { color: rgb(118,70,58); }

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

<style>
 a { background-color: #76463A; }

 a { background-color: rgb(118,70,58); }

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

<style>
 span { border-color: #76463A; }

 span { border-color: rgb(118,70,58); }

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