#7B473C

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

Shades of Bole #7B473C

Tints of Bole #7B473C

Color information

#7B473C (or 0x7B473C) is unknown color: approx Bole. HEX triplet: 7B, 47 and 3C. RGB value is (123,71,60). Sum of RGB (Red+Green+Blue) = 123+71+60=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B473C is #84B8C3. Grayscale: #555555. Windows color (decimal): -8698052 or 3950459. OLE color: 3950459.

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

Color convert

RGB1237160-
CMYK00.420.510.52
HSL10.48º34.43%35.88%-
HSV(B)10.48º51.22%48.24%-
XYZ11.249.045.43-
YUV85.29113.73154.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.43%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=48.43%
G=27.95%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123716000.420.510.5210.4834.4335.88
Hex7B473C02A3334a2224
Octal173107740526364124244
Binary1111011100011111110001010101100111101001010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,71,60); }

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

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

 a { background-color: rgb(123,71,60); }

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

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

 span { border-color: rgb(123,71,60); }

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