#774326

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

Shades of Bull Shot #774326

Tints of Bull Shot #774326

Color information

#774326 (or 0x774326) is unknown color: approx Bull Shot. HEX triplet: 77, 43 and 26. RGB value is (119,67,38). Sum of RGB (Red+Green+Blue) = 119+67+38=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #774326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774326 is #88BCD9. Grayscale: #4F4F4F. Windows color (decimal): -8961242 or 2507639. OLE color: 2507639.

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

Color convert

RGB1196738-
CMYK00.440.680.53
HSL21.48º51.59%30.78%-
HSV(B)21.48º68.07%46.67%-
XYZ9.968.082.87-
YUV79.24104.73156.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=53.12%
G=29.91%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119673800.440.680.5321.4851.5930.78
Hex77432602C443515341f
Octal1671034605410465256437
Binary11101111000011100110010110010001001101011010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774326; }

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

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

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

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

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

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

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

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