#762D3F

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

Shades of Paprika #762D3F

Tints of Paprika #762D3F

Color information

#762D3F (or 0x762D3F) is unknown color: approx Paprika. HEX triplet: 76, 2D and 3F. RGB value is (118,45,63). Sum of RGB (Red+Green+Blue) = 118+45+63=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #762D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D3F is #89D2C0. Grayscale: #444444. Windows color (decimal): -9032385 or 4140406. OLE color: 4140406.

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

Color convert

RGB1184563-
CMYK00.620.470.54
HSL345.21º44.79%31.96%-
HSV(B)345.21º61.86%46.27%-
XYZ9.316.095.39-
YUV68.88124.68163.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 63 (25% from 255) = 27.88%
R=52.21%
G=19.91%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118456300.620.470.54345.2144.7931.96
Hex762D3F03E2F361592d20
Octal166557707657665315540
Binary11101101011011111110111110101111110110101011001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,45,63); }

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

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

 a { background-color: rgb(118,45,63); }

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

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

 span { border-color: rgb(118,45,63); }

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