#7B333F

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

Shades of Paprika #7B333F

Tints of Paprika #7B333F

Color information

#7B333F (or 0x7B333F) is unknown color: approx Paprika. HEX triplet: 7B, 33 and 3F. RGB value is (123,51,63). Sum of RGB (Red+Green+Blue) = 123+51+63=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B333F is #84CCC0. Grayscale: #494949. Windows color (decimal): -8703169 or 4141947. OLE color: 4141947.

HSL color Cylindrical-coordinate representation of color #7B333F: hue angle of 350º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B333F is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1235163-
CMYK00.590.490.52
HSL350º41.38%34.12%-
HSV(B)350º58.54%48.24%-
XYZ10.256.945.5-
YUV73.9121.85163.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.90%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 63 (25% from 255) = 26.58%
R=51.90%
G=21.52%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123516300.590.490.5235041.3834.12
Hex7B333F03B313415e2922
Octal173637707361645365142
Binary11110111100111111110111011110001110100101011110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B333F; }

 p { color: rgb(123,51,63); }

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

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

 a { background-color: rgb(123,51,63); }

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

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

 span { border-color: rgb(123,51,63); }

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