#76463D

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

Shades of Bole #76463D

Tints of Bole #76463D

Color information

#76463D (or 0x76463D) is unknown color: approx Bole. HEX triplet: 76, 46 and 3D. RGB value is (118,70,61). Sum of RGB (Red+Green+Blue) = 118+70+61=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76463D is #89B9C2. Grayscale: #535353. Windows color (decimal): -9025987 or 4015734. OLE color: 4015734.

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

Color convert

RGB1187061-
CMYK00.410.480.54
HSL9.47º31.84%35.1%-
HSV(B)9.47º48.31%46.27%-
XYZ10.58.575.52-
YUV83.33115.4152.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 61 (24.22% from 255) = 24.50%
R=47.39%
G=28.11%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118706100.410.480.549.4731.8435.1
Hex76463D029303692023
Octal166106750516066114043
Binary1110110100011011110101010011100001101101001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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