#76442D

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

Shades of Bull Shot #76442D

Tints of Bull Shot #76442D

Color information

#76442D (or 0x76442D) is unknown color: approx Bull Shot. HEX triplet: 76, 44 and 2D. RGB value is (118,68,45). Sum of RGB (Red+Green+Blue) = 118+68+45=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76442D is #89BBD2. Grayscale: #505050. Windows color (decimal): -9026515 or 2966646. OLE color: 2966646.

HSL color Cylindrical-coordinate representation of color #76442D: hue angle of 18.9º 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 #76442D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1186845-
CMYK00.420.620.54
HSL18.9º44.79%31.96%-
HSV(B)18.9º61.86%46.27%-
XYZ10.018.183.53-
YUV80.33108.06154.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=51.08%
G=29.44%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118684500.420.620.5418.944.7931.96
Hex76442D02A3E36132d20
Octal166104550527666235540
Binary11101101000100101101010101011111011011010011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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