#764627

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

Shades of Bull Shot #764627

Tints of Bull Shot #764627

Color information

#764627 (or 0x764627) is unknown color: approx Bull Shot. HEX triplet: 76, 46 and 27. RGB value is (118,70,39). Sum of RGB (Red+Green+Blue) = 118+70+39=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #764627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764627 is #89B9D8. Grayscale: #505050. Windows color (decimal): -9026009 or 2573942. OLE color: 2573942.

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

Color convert

RGB1187039-
CMYK00.410.670.54
HSL23.54º50.32%30.78%-
HSV(B)23.54º66.95%46.27%-
XYZ10.038.383.01-
YUV80.82104.4154.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=51.98%
G=30.84%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118703900.410.670.5423.5450.3230.78
Hex764627029433618321f
Octal1661064705110366306237
Binary11101101000110100111010100110000111101101100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764627; }

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

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

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

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

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

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

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

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