#78423C

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

Shades of Bole #78423C

Tints of Bole #78423C

Color information

#78423C (or 0x78423C) is unknown color: approx Bole. HEX triplet: 78, 42 and 3C. RGB value is (120,66,60). Sum of RGB (Red+Green+Blue) = 120+66+60=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78423C is #87BDC3. Grayscale: #515151. Windows color (decimal): -8895940 or 3949176. OLE color: 3949176.

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

Color convert

RGB1206660-
CMYK00.450.50.53
HSL33.33%35.29%-
HSV(B)50%47.06%-
XYZ10.518.225.31-
YUV81.46115.89155.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=48.78%
G=26.83%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120666000.450.50.53633.3335.29
Hex78423C02D323562123
Octal17010274055626564143
Binary111100010000101111000101101110010110101110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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