#7B4428

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

Shades of Bull Shot #7B4428

Tints of Bull Shot #7B4428

Color information

#7B4428 (or 0x7B4428) is unknown color: approx Bull Shot. HEX triplet: 7B, 44 and 28. RGB value is (123,68,40). Sum of RGB (Red+Green+Blue) = 123+68+40=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4428 is #84BBD7. Grayscale: #515151. Windows color (decimal): -8698840 or 2638971. OLE color: 2638971.

HSL color Cylindrical-coordinate representation of color #7B4428: hue angle of 20.24º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B4428 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB1236840-
CMYK00.450.670.52
HSL20.24º50.92%31.96%-
HSV(B)20.24º67.48%48.24%-
XYZ10.628.53.09-
YUV81.25104.72157.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.25%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=53.25%
G=29.44%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123684000.450.670.5220.2450.9231.96
Hex7B442802D4334143320
Octal1731045005510364246340
Binary111101110001001010000101101100001111010010100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B4428; }

 p { color: rgb(123,68,40); }

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

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

 a { background-color: rgb(123,68,40); }

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

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

 span { border-color: rgb(123,68,40); }

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