#76452A

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

Shades of Bull Shot #76452A

Tints of Bull Shot #76452A

Color information

#76452A (or 0x76452A) is unknown color: approx Bull Shot. HEX triplet: 76, 45 and 2A. RGB value is (118,69,42). Sum of RGB (Red+Green+Blue) = 118+69+42=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76452A is #89BAD5. Grayscale: #505050. Windows color (decimal): -9026262 or 2770294. OLE color: 2770294.

HSL color Cylindrical-coordinate representation of color #76452A: hue angle of 21.32º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76452A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1186942-
CMYK00.420.640.54
HSL21.32º47.5%31.37%-
HSV(B)21.32º64.41%46.27%-
XYZ10.028.273.26-
YUV80.57106.23154.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=51.53%
G=30.13%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118694200.420.640.5421.3247.531.37
Hex76452A02A403615301f
Octal1661055205210066256037
Binary11101101000101101010010101010000001101101010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,69,42); }

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

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

 a { background-color: rgb(118,69,42); }

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

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

 span { border-color: rgb(118,69,42); }

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