#774724

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

Shades of Bull Shot #774724

Tints of Bull Shot #774724

Color information

#774724 (or 0x774724) is unknown color: approx Bull Shot. HEX triplet: 77, 47 and 24. RGB value is (119,71,36). Sum of RGB (Red+Green+Blue) = 119+71+36=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #774724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774724 is #88B8DB. Grayscale: #515151. Windows color (decimal): -8960220 or 2377591. OLE color: 2377591.

HSL color Cylindrical-coordinate representation of color #774724: hue angle of 25.3º 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 #774724 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1197136-
CMYK00.400.700.53
HSL25.3º53.55%30.39%-
HSV(B)25.3º69.75%46.67%-
XYZ10.188.562.78-
YUV81.36102.4154.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 36 (14.45% from 255) = 15.93%
R=52.65%
G=31.42%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119713600.400.700.5325.353.5530.39
Hex774724028463519361e
Octal1671074405010665316636
Binary11101111000111100100010100010001101101011100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774724; }

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

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

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

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

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

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

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

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