#762E3C

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

Shades of Paprika #762E3C

Tints of Paprika #762E3C

Color information

#762E3C (or 0x762E3C) is unknown color: approx Paprika. HEX triplet: 76, 2E and 3C. RGB value is (118,46,60). Sum of RGB (Red+Green+Blue) = 118+46+60=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #762E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E3C is #89D1C3. Grayscale: #454545. Windows color (decimal): -9032132 or 3944054. OLE color: 3944054.

HSL color Cylindrical-coordinate representation of color #762E3C: hue angle of 348.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E3C is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1184660-
CMYK00.610.490.54
HSL348.33º43.9%32.16%-
HSV(B)348.33º61.02%46.27%-
XYZ9.266.134.97-
YUV69.12122.85162.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=52.68%
G=20.54%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118466000.610.490.54348.3343.932.16
Hex762E3C03D313615c2c20
Octal166567407561665345440
Binary11101101011101111000111101110001110110101011100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E3C; }

 p { color: rgb(118,46,60); }

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

<style>
 a { background-color: #762E3C; }

 a { background-color: rgb(118,46,60); }

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

<style>
 span { border-color: #762E3C; }

 span { border-color: rgb(118,46,60); }

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