#78303C

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

Shades of Paprika #78303C

Tints of Paprika #78303C

Color information

#78303C (or 0x78303C) is unknown color: approx Paprika. HEX triplet: 78, 30 and 3C. RGB value is (120,48,60). Sum of RGB (Red+Green+Blue) = 120+48+60=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78303C is #87CFC3. Grayscale: #464646. Windows color (decimal): -8900548 or 3944568. OLE color: 3944568.

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

Color convert

RGB1204860-
CMYK00.600.50.53
HSL350º42.86%32.94%-
HSV(B)350º60%47.06%-
XYZ9.626.435.01-
YUV70.9121.85163.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=52.63%
G=21.05%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120486000.600.50.5335042.8632.94
Hex78303C03C323515e2b21
Octal170607407462655365341
Binary11110001100001111000111100110010110101101011110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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