#774329

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

Shades of Bull Shot #774329

Tints of Bull Shot #774329

Color information

#774329 (or 0x774329) is unknown color: approx Bull Shot. HEX triplet: 77, 43 and 29. RGB value is (119,67,41). Sum of RGB (Red+Green+Blue) = 119+67+41=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774329 is #88BCD6. Grayscale: #4F4F4F. Windows color (decimal): -8961239 or 2704247. OLE color: 2704247.

HSL color Cylindrical-coordinate representation of color #774329: hue angle of 20º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774329 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1196741-
CMYK00.440.660.53
HSL20º48.75%31.37%-
HSV(B)20º65.55%46.67%-
XYZ10.028.13.13-
YUV79.58106.23156.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=52.42%
G=29.52%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119674100.440.660.532048.7531.37
Hex77432902C423514311f
Octal1671035105410265246137
Binary11101111000011101001010110010000101101011010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774329; }

 p { color: rgb(119,67,41); }

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

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

 a { background-color: rgb(119,67,41); }

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

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

 span { border-color: rgb(119,67,41); }

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