#762934

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

Shades of Paprika #762934

Tints of Paprika #762934

Color information

#762934 (or 0x762934) is unknown color: approx Paprika. HEX triplet: 76, 29 and 34. RGB value is (118,41,52). Sum of RGB (Red+Green+Blue) = 118+41+52=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #762934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762934 is #89D6CB. Grayscale: #414141. Windows color (decimal): -9033420 or 3418486. OLE color: 3418486.

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

Color convert

RGB1184152-
CMYK00.650.560.54
HSL351.43º48.43%31.18%-
HSV(B)351.43º65.25%46.27%-
XYZ8.885.693.88-
YUV65.28120.51165.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=55.92%
G=19.43%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118415200.650.560.54351.4348.4331.18
Hex762934041383615f301f
Octal1665164010170665376037
Binary11101101010011101000100000111100011011010101111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762934; }

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

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

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

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

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

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

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

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