Html Css Color HEX #7D343F Paprika

📋 copy color: '#7D343F'

red 125 ◦ green 52 ◦ blue 63

#7D343F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paprika #7D343F

Tints of Paprika #7D343F

RGB

 RED value IS 125 (49.22% from 255) = 52.08%

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 63 (25% from 255) = 26.25%

R = 52.08%
G = 21.67%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D343F (or 0x7D343F) is known color: Paprika. HEX triplet: 7D, 34 and 3F. RGB value is (125,52,63). Sum of RGB (Red+Green+Blue) = 125+52+63=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D343F is #82CBC0. Grayscale: #4B4B4B. Windows color (decimal): -8571841 or 4142205. OLE color: 4142205.

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

Color convert

RGB 125 52 63 -
CMYK 0 0.58 0.50 0.51
HSL 350.96º 0.41% 0.35% -
HSV(B) 350.96º 0.58% 0.49% -
XYZ 10.58 7.17 5.53 -
YUV 75.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 125 52 63 0 0.58 0.50 0.51 350.96 0.41 0.35
Hex 7D 34 3F 0 3A 32 33 15F 29 23
Octal 175 64 77 0 72 62 63 537 51 43
Binary 1111101 110100 111111 0 111010 110010 110011 101011111 101001 100011

Color Harmonies of #7D343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D343F

Black with #7D343F

Text Example


Text Example

White with #7D343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,52,63); }

 H1.HeaderClassName
 {
   color: #7D343F;
 }
 .AnyTagClassName
 {
   color: #7D343F;
 }
</style>

background-color css

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

 a { background-color: rgb(125,52,63); }

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

border-color css

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

 span { border-color: rgb(125,52,63); }

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