#7B423F

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

Shades of Bole #7B423F

Tints of Bole #7B423F

Color information

#7B423F (or 0x7B423F) is unknown color: approx Bole. HEX triplet: 7B, 42 and 3F. RGB value is (123,66,63). Sum of RGB (Red+Green+Blue) = 123+66+63=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B423F is #84BDC0. Grayscale: #525252. Windows color (decimal): -8699329 or 4145787. OLE color: 4145787.

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

Color convert

RGB1236663-
CMYK00.460.490.52
HSL32.26%36.47%-
HSV(B)48.78%48.24%-
XYZ11.018.475.76-
YUV82.7116.88156.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.81%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 63 (25% from 255) = 25%
R=48.81%
G=26.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123666300.460.490.52332.2636.47
Hex7B423F02E313432024
Octal17310277056616434044
Binary11110111000010111111010111011000111010011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,66,63); }

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

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

 a { background-color: rgb(123,66,63); }

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

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

 span { border-color: rgb(123,66,63); }

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