#762E3B

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

Shades of Paprika #762E3B

Tints of Paprika #762E3B

Color information

#762E3B (or 0x762E3B) is unknown color: approx Paprika. HEX triplet: 76, 2E and 3B. RGB value is (118,46,59). Sum of RGB (Red+Green+Blue) = 118+46+59=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #762E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E3B is #89D1C4. Grayscale: #454545. Windows color (decimal): -9032133 or 3878518. OLE color: 3878518.

HSL color Cylindrical-coordinate representation of color #762E3B: hue angle of 349.17º 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 #762E3B is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1184659-
CMYK00.610.500.54
HSL349.17º43.9%32.16%-
HSV(B)349.17º61.02%46.27%-
XYZ9.246.124.83-
YUV69.01122.35162.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=52.91%
G=20.63%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118465900.610.500.54349.1743.932.16
Hex762E3B03D323615d2c20
Octal166567307562665355440
Binary11101101011101110110111101110010110110101011101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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