#7D333E

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

Shades of Paprika #7D333E

Tints of Paprika #7D333E

Color information

#7D333E (or 0x7D333E) is unknown color: approx Paprika. HEX triplet: 7D, 33 and 3E. RGB value is (125,51,62). Sum of RGB (Red+Green+Blue) = 125+51+62=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D333E is #82CCC1. Grayscale: #4A4A4A. Windows color (decimal): -8572098 or 4076413. OLE color: 4076413.

HSL color Cylindrical-coordinate representation of color #7D333E: hue angle of 351.08º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D333E is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB1255162-
CMYK00.590.500.51
HSL351.08º42.05%34.51%-
HSV(B)351.08º59.2%49.02%-
XYZ10.517.085.37-
YUV74.38121.02164.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.52%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=52.52%
G=21.43%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125516200.590.500.51351.0842.0534.51
Hex7D333E03B323315f2a23
Octal175637607362635375243
Binary11111011100111111100111011110010110011101011111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,51,62); }

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

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

 a { background-color: rgb(125,51,62); }

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

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

 span { border-color: rgb(125,51,62); }

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