#762F3A

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

Shades of Paprika #762F3A

Tints of Paprika #762F3A

Color information

#762F3A (or 0x762F3A) is unknown color: approx Paprika. HEX triplet: 76, 2F and 3A. RGB value is (118,47,58). Sum of RGB (Red+Green+Blue) = 118+47+58=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #762F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F3A is #89D0C5. Grayscale: #454545. Windows color (decimal): -9031878 or 3813238. OLE color: 3813238.

HSL color Cylindrical-coordinate representation of color #762F3A: hue angle of 350.7º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #762F3A is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1184758-
CMYK00.600.510.54
HSL350.7º43.03%32.35%-
HSV(B)350.7º60.17%46.27%-
XYZ9.256.194.71-
YUV69.48121.52162.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=52.91%
G=21.08%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118475800.600.510.54350.743.0332.35
Hex762F3A03C333615f2b20
Octal166577207463665375340
Binary11101101011111110100111100110011110110101011111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,47,58); }

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

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

 a { background-color: rgb(118,47,58); }

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

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

 span { border-color: rgb(118,47,58); }

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