#78433F

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

Shades of Bole #78433F

Tints of Bole #78433F

Color information

#78433F (or 0x78433F) is unknown color: approx Bole. HEX triplet: 78, 43 and 3F. RGB value is (120,67,63). Sum of RGB (Red+Green+Blue) = 120+67+63=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78433F is #87BCC0. Grayscale: #525252. Windows color (decimal): -8895681 or 4146040. OLE color: 4146040.

HSL color Cylindrical-coordinate representation of color #78433F: hue angle of 4.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78433F is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1206763-
CMYK00.440.480.53
HSL4.21º31.15%35.88%-
HSV(B)4.21º47.5%47.06%-
XYZ10.658.375.76-
YUV82.39117.06154.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 63 (25% from 255) = 25.2%
R=48%
G=26.8%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120676300.440.480.534.2131.1535.88
Hex78433F02C303541f24
Octal17010377054606543744
Binary11110001000011111111010110011000011010110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78433F; }

 p { color: rgb(120,67,63); }

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

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

 a { background-color: rgb(120,67,63); }

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

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

 span { border-color: rgb(120,67,63); }

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