#764625

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

Shades of Bull Shot #764625

Tints of Bull Shot #764625

Color information

#764625 (or 0x764625) is unknown color: approx Bull Shot. HEX triplet: 76, 46 and 25. RGB value is (118,70,37). Sum of RGB (Red+Green+Blue) = 118+70+37=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #764625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764625 is #89B9DA. Grayscale: #505050. Windows color (decimal): -9026011 or 2442870. OLE color: 2442870.

HSL color Cylindrical-coordinate representation of color #764625: hue angle of 24.44º 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 #764625 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1187037-
CMYK00.410.690.54
HSL24.44º52.26%30.39%-
HSV(B)24.44º68.64%46.27%-
XYZ108.372.84-
YUV80.59103.4154.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=52.44%
G=31.11%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118703700.410.690.5424.4452.2630.39
Hex764625029453618341e
Octal1661064505110566306436
Binary11101101000110100101010100110001011101101100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764625; }

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

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

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

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

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

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

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

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