#78423D

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

Shades of Bole #78423D

Tints of Bole #78423D

Color information

#78423D (or 0x78423D) is unknown color: approx Bole. HEX triplet: 78, 42 and 3D. RGB value is (120,66,61). Sum of RGB (Red+Green+Blue) = 120+66+61=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78423D is #87BDC2. Grayscale: #515151. Windows color (decimal): -8895939 or 4014712. OLE color: 4014712.

HSL color Cylindrical-coordinate representation of color #78423D: hue angle of 5.08º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78423D is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1206661-
CMYK00.450.490.53
HSL5.08º32.6%35.49%-
HSV(B)5.08º49.17%47.06%-
XYZ10.548.235.45-
YUV81.58116.39155.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=48.58%
G=26.72%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120666100.450.490.535.0832.635.49
Hex78423D02D313552123
Octal17010275055616554143
Binary111100010000101111010101101110001110101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78423D; }

 p { color: rgb(120,66,61); }

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

<style>
 a { background-color: #78423D; }

 a { background-color: rgb(120,66,61); }

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

<style>
 span { border-color: #78423D; }

 span { border-color: rgb(120,66,61); }

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