#774828

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

Shades of Bull Shot #774828

Tints of Bull Shot #774828

Color information

#774828 (or 0x774828) is unknown color: approx Bull Shot. HEX triplet: 77, 48 and 28. RGB value is (119,72,40). Sum of RGB (Red+Green+Blue) = 119+72+40=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #774828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774828 is #88B7D7. Grayscale: #525252. Windows color (decimal): -8959960 or 2639991. OLE color: 2639991.

HSL color Cylindrical-coordinate representation of color #774828: hue angle of 24.3º degrees, saturation: 0.5, 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 #774828 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1197240-
CMYK00.390.660.53
HSL24.3º49.69%31.18%-
HSV(B)24.3º66.39%46.67%-
XYZ10.318.713.15-
YUV82.4104.07154.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=51.52%
G=31.17%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119724000.390.660.5324.349.6931.18
Hex774828027423518321f
Octal1671105004710265306237
Binary11101111001000101000010011110000101101011100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774828; }

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

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

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

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

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

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

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

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