#764125

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

Shades of Bull Shot #764125

Tints of Bull Shot #764125

Color information

#764125 (or 0x764125) is unknown color: approx Bull Shot. HEX triplet: 76, 41 and 25. RGB value is (118,65,37). Sum of RGB (Red+Green+Blue) = 118+65+37=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #764125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764125 is #89BEDA. Grayscale: #4D4D4D. Windows color (decimal): -9027291 or 2441590. OLE color: 2441590.

HSL color Cylindrical-coordinate representation of color #764125: hue angle of 20.74º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764125 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1186537-
CMYK00.450.690.54
HSL20.74º52.26%30.39%-
HSV(B)20.74º68.64%46.27%-
XYZ9.77.772.74-
YUV77.66105.06156.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=53.64%
G=29.55%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118653700.450.690.5420.7452.2630.39
Hex76412502D453615341e
Octal1661014505510566256436
Binary11101101000001100101010110110001011101101010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764125; }

 p { color: rgb(118,65,37); }

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

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

 a { background-color: rgb(118,65,37); }

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

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

 span { border-color: rgb(118,65,37); }

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