#762734

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

Shades of Paprika #762734

Tints of Paprika #762734

Color information

#762734 (or 0x762734) is unknown color: approx Paprika. HEX triplet: 76, 27 and 34. RGB value is (118,39,52). Sum of RGB (Red+Green+Blue) = 118+39+52=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #762734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762734 is #89D8CB. Grayscale: #404040. Windows color (decimal): -9033932 or 3417974. OLE color: 3417974.

HSL color Cylindrical-coordinate representation of color #762734: hue angle of 350.13º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762734 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1183952-
CMYK00.670.560.54
HSL350.13º50.32%30.78%-
HSV(B)350.13º66.95%46.27%-
XYZ8.825.553.86-
YUV64.1121.17166.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=56.46%
G=18.66%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118395200.670.560.54350.1350.3230.78
Hex762734043383615e321f
Octal1664764010370665366237
Binary11101101001111101000100001111100011011010101111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762734; }

 p { color: rgb(118,39,52); }

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

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

 a { background-color: rgb(118,39,52); }

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

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

 span { border-color: rgb(118,39,52); }

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