#77462D

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

Shades of Bull Shot #77462D

Tints of Bull Shot #77462D

Color information

#77462D (or 0x77462D) is unknown color: approx Bull Shot. HEX triplet: 77, 46 and 2D. RGB value is (119,70,45). Sum of RGB (Red+Green+Blue) = 119+70+45=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77462D is #88B9D2. Grayscale: #515151. Windows color (decimal): -8960467 or 2967159. OLE color: 2967159.

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

Color convert

RGB1197045-
CMYK00.410.620.53
HSL20.27º45.12%32.16%-
HSV(B)20.27º62.18%46.67%-
XYZ10.278.493.58-
YUV81.8107.23154.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=50.85%
G=29.91%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119704500.410.620.5320.2745.1232.16
Hex77462D0293E35142d20
Octal167106550517665245540
Binary11101111000110101101010100111111011010110100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77462D; }

 p { color: rgb(119,70,45); }

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

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

 a { background-color: rgb(119,70,45); }

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

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

 span { border-color: rgb(119,70,45); }

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