Html Css Color HEX #7D323C Paprika

📋 copy color: '#7D323C'

red 125 ◦ green 50 ◦ blue 60

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

Shades of Paprika #7D323C

Tints of Paprika #7D323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 53.19%
G = 21.28%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D323C (or 0x7D323C) is known color: Paprika. HEX triplet: 7D, 32 and 3C. RGB value is (125,50,60). Sum of RGB (Red+Green+Blue) = 125+50+60=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D323C is #82CDC3. Grayscale: #494949. Windows color (decimal): -8572356 or 3945085. OLE color: 3945085.

HSL color Cylindrical-coordinate representation of color #7D323C: hue angle of 352º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D323C is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 50 60 -
CMYK 0 0.60 0.52 0.51
HSL 352º 0.43% 0.34% -
HSV(B) 352º 0.6% 0.49% -
XYZ 10.41 6.97 5.07 -
YUV 73.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 125 50 60 0 0.60 0.52 0.51 352 0.43 0.34
Hex 7D 32 3C 0 3C 34 33 160 2B 22
Octal 175 62 74 0 74 64 63 540 53 42
Binary 1111101 110010 111100 0 111100 110100 110011 101100000 101011 100010

Color Harmonies of #7D323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D323C

Black with #7D323C

Text Example


Text Example

White with #7D323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,50,60); }

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

background-color css

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

 a { background-color: rgb(125,50,60); }

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

border-color css

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

 span { border-color: rgb(125,50,60); }

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