#78472B

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

Shades of Bull Shot #78472B

Tints of Bull Shot #78472B

Color information

#78472B (or 0x78472B) is unknown color: approx Bull Shot. HEX triplet: 78, 47 and 2B. RGB value is (120,71,43). Sum of RGB (Red+Green+Blue) = 120+71+43=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78472B is #87B8D4. Grayscale: #525252. Windows color (decimal): -8894677 or 2836344. OLE color: 2836344.

HSL color Cylindrical-coordinate representation of color #78472B: hue angle of 21.82º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78472B is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1207143-
CMYK00.410.640.53
HSL21.82º47.24%31.96%-
HSV(B)21.82º64.17%47.06%-
XYZ10.448.673.41-
YUV82.46105.73154.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=51.28%
G=30.34%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120714300.410.640.5321.8247.2431.96
Hex78472B0294035162f20
Octal1701075305110065265740
Binary111100010001111010110101001100000011010110110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78472B; }

 p { color: rgb(120,71,43); }

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

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

 a { background-color: rgb(120,71,43); }

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

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

 span { border-color: rgb(120,71,43); }

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