#774824

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

Shades of Bull Shot #774824

Tints of Bull Shot #774824

Color information

#774824 (or 0x774824) is unknown color: approx Bull Shot. HEX triplet: 77, 48 and 24. RGB value is (119,72,36). Sum of RGB (Red+Green+Blue) = 119+72+36=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774824 is #88B7DB. Grayscale: #525252. Windows color (decimal): -8959964 or 2377847. OLE color: 2377847.

HSL color Cylindrical-coordinate representation of color #774824: hue angle of 26.02º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #774824 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1197236-
CMYK00.390.700.53
HSL26.02º53.55%30.39%-
HSV(B)26.02º69.75%46.67%-
XYZ10.248.682.81-
YUV81.95102.07154.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 36 (14.45% from 255) = 15.86%
R=52.42%
G=31.72%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119723600.390.700.5326.0253.5530.39
Hex77482402746351a361e
Octal1671104404710665326636
Binary11101111001000100100010011110001101101011101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774824; }

 p { color: rgb(119,72,36); }

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

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

 a { background-color: rgb(119,72,36); }

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

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

 span { border-color: rgb(119,72,36); }

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