Html Css Color HEX #7E323E Paprika

📋 copy color: '#7E323E'

red 126 ◦ green 50 ◦ blue 62

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

Shades of Paprika #7E323E

Tints of Paprika #7E323E

RGB

 RED value IS 126 (49.61% from 255) = 52.94%

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

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

R = 52.94%
G = 21.01%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7E323E (or 0x7E323E) is known color: Paprika. HEX triplet: 7E, 32 and 3E. RGB value is (126,50,62). Sum of RGB (Red+Green+Blue) = 126+50+62=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E323E is #81CDC1. Grayscale: #4A4A4A. Windows color (decimal): -8506818 or 4076158. OLE color: 4076158.

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

Color convert

RGB 126 50 62 -
CMYK 0 0.60 0.51 0.51
HSL 350.53º 0.43% 0.35% -
HSV(B) 350.53º 0.6% 0.49% -
XYZ 10.61 7.06 5.36 -
YUV 74.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 126 50 62 0 0.60 0.51 0.51 350.53 0.43 0.35
Hex 7E 32 3E 0 3C 33 33 15F 2B 23
Octal 176 62 76 0 74 63 63 537 53 43
Binary 1111110 110010 111110 0 111100 110011 110011 101011111 101011 100011

Color Harmonies of #7E323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E323E

Black with #7E323E

Text Example


Text Example

White with #7E323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,50,62); }

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

background-color css

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

 a { background-color: rgb(126,50,62); }

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

border-color css

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

 span { border-color: rgb(126,50,62); }

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