#764724

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

Shades of Bull Shot #764724

Tints of Bull Shot #764724

Color information

#764724 (or 0x764724) is unknown color: approx Bull Shot. HEX triplet: 76, 47 and 24. RGB value is (118,71,36). Sum of RGB (Red+Green+Blue) = 118+71+36=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #764724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764724 is #89B8DB. Grayscale: #515151. Windows color (decimal): -9025756 or 2377590. OLE color: 2377590.

HSL color Cylindrical-coordinate representation of color #764724: hue angle of 25.61º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764724 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1187136-
CMYK00.400.690.54
HSL25.61º53.25%30.2%-
HSV(B)25.61º69.49%46.27%-
XYZ10.048.492.78-
YUV81.06102.57154.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 36 (14.45% from 255) = 16%
R=52.44%
G=31.56%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118713600.400.690.5425.6153.2530.2
Hex76472402845361a351e
Octal1661074405010566326536
Binary11101101000111100100010100010001011101101101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764724; }

 p { color: rgb(118,71,36); }

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

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

 a { background-color: rgb(118,71,36); }

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

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

 span { border-color: rgb(118,71,36); }

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