#76462D

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

Shades of Bull Shot #76462D

Tints of Bull Shot #76462D

Color information

#76462D (or 0x76462D) is unknown color: approx Bull Shot. HEX triplet: 76, 46 and 2D. RGB value is (118,70,45). Sum of RGB (Red+Green+Blue) = 118+70+45=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76462D is #89B9D2. Grayscale: #515151. Windows color (decimal): -9026003 or 2967158. OLE color: 2967158.

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

Color convert

RGB1187045-
CMYK00.410.620.54
HSL20.55º44.79%31.96%-
HSV(B)20.55º61.86%46.27%-
XYZ10.148.423.57-
YUV81.5107.4154.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=50.64%
G=30.04%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118704500.410.620.5420.5544.7931.96
Hex76462D0293E36152d20
Octal166106550517666255540
Binary11101101000110101101010100111111011011010101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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