#78473F

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

Shades of Bole #78473F

Tints of Bole #78473F

Color information

#78473F (or 0x78473F) is unknown color: approx Bole. HEX triplet: 78, 47 and 3F. RGB value is (120,71,63). Sum of RGB (Red+Green+Blue) = 120+71+63=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78473F is #87B8C0. Grayscale: #545454. Windows color (decimal): -8894657 or 4147064. OLE color: 4147064.

HSL color Cylindrical-coordinate representation of color #78473F: hue angle of 8.42º 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 #78473F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1207163-
CMYK00.410.480.53
HSL8.42º31.15%35.88%-
HSV(B)8.42º47.5%47.06%-
XYZ10.98.865.84-
YUV84.74115.73153.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 63 (25% from 255) = 24.80%
R=47.24%
G=27.95%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120716300.410.480.538.4231.1535.88
Hex78473F029303581f24
Octal170107770516065103744
Binary111100010001111111110101001110000110101100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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