Html Css Color HEX #7D343E Paprika

📋 copy color: '#7D343E'

red 125 ◦ green 52 ◦ blue 62

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

Shades of Paprika #7D343E

Tints of Paprika #7D343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 52.3%
G = 21.76%
B = 25.94%

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

#7D343E (or 0x7D343E) is known color: Paprika. HEX triplet: 7D, 34 and 3E. RGB value is (125,52,62). Sum of RGB (Red+Green+Blue) = 125+52+62=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D343E is #82CBC1. Grayscale: #4B4B4B. Windows color (decimal): -8571842 or 4076669. OLE color: 4076669.

HSL color Cylindrical-coordinate representation of color #7D343E: hue angle of 351.78º 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 #7D343E is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 52 62 -
CMYK 0 0.58 0.50 0.51
HSL 351.78º 0.41% 0.35% -
HSV(B) 351.78º 0.58% 0.49% -
XYZ 10.55 7.16 5.38 -
YUV 74.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 125 52 62 0 0.58 0.50 0.51 351.78 0.41 0.35
Hex 7D 34 3E 0 3A 32 33 160 29 23
Octal 175 64 76 0 72 62 63 540 51 43
Binary 1111101 110100 111110 0 111010 110010 110011 101100000 101001 100011

Color Harmonies of #7D343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D343E

Black with #7D343E

Text Example


Text Example

White with #7D343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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