#764727

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

Shades of Bull Shot #764727

Tints of Bull Shot #764727

Color information

#764727 (or 0x764727) is unknown color: approx Bull Shot. HEX triplet: 76, 47 and 27. RGB value is (118,71,39). Sum of RGB (Red+Green+Blue) = 118+71+39=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #764727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764727 is #89B8D8. Grayscale: #515151. Windows color (decimal): -9025753 or 2574198. OLE color: 2574198.

HSL color Cylindrical-coordinate representation of color #764727: hue angle of 24.3º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764727 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1187139-
CMYK00.400.670.54
HSL24.3º50.32%30.78%-
HSV(B)24.3º66.95%46.27%-
XYZ10.098.53.03-
YUV81.4104.07154.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=51.75%
G=31.14%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118713900.400.670.5424.350.3230.78
Hex764727028433618321f
Octal1661074705010366306237
Binary11101101000111100111010100010000111101101100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764727; }

 p { color: rgb(118,71,39); }

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

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

 a { background-color: rgb(118,71,39); }

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

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

 span { border-color: rgb(118,71,39); }

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