#78463E

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

Shades of Bole #78463E

Tints of Bole #78463E

Color information

#78463E (or 0x78463E) is unknown color: approx Bole. HEX triplet: 78, 46 and 3E. RGB value is (120,70,62). Sum of RGB (Red+Green+Blue) = 120+70+62=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78463E is #87B9C1. Grayscale: #545454. Windows color (decimal): -8894914 or 4081272. OLE color: 4081272.

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

Color convert

RGB1207062-
CMYK00.420.480.53
HSL8.28º31.87%35.69%-
HSV(B)8.28º48.33%47.06%-
XYZ10.818.725.67-
YUV84.04115.56153.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=47.62%
G=27.78%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120706200.420.480.538.2831.8735.69
Hex78463E02A303582024
Octal170106760526065104044
Binary1111000100011011111001010101100001101011000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78463E; }

 p { color: rgb(120,70,62); }

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

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

 a { background-color: rgb(120,70,62); }

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

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

 span { border-color: rgb(120,70,62); }

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