Html Css Color HEX #7E3640 Paprika

📋 copy color: '#7E3640'

red 126 ◦ green 54 ◦ blue 64

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

Shades of Paprika #7E3640

Tints of Paprika #7E3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 51.64%
G = 22.13%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7E3640 (or 0x7E3640) is known color: Paprika. HEX triplet: 7E, 36 and 40. RGB value is (126,54,64). Sum of RGB (Red+Green+Blue) = 126+54+64=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3640 is #81C9BF. Grayscale: #4C4C4C. Windows color (decimal): -8505792 or 4208254. OLE color: 4208254.

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

Color convert

RGB 126 54 64 -
CMYK 0 0.57 0.49 0.51
HSL 351.67º 0.4% 0.35% -
HSV(B) 351.67º 0.57% 0.49% -
XYZ 10.85 7.44 5.72 -
YUV 76.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 126 54 64 0 0.57 0.49 0.51 351.67 0.4 0.35
Hex 7E 36 40 0 39 31 33 160 28 23
Octal 176 66 100 0 71 61 63 540 50 43
Binary 1111110 110110 1000000 0 111001 110001 110011 101100000 101000 100011

Color Harmonies of #7E3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3640

Black with #7E3640

Text Example


Text Example

White with #7E3640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,54,64); }

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

background-color css

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

 a { background-color: rgb(126,54,64); }

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

border-color css

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

 span { border-color: rgb(126,54,64); }

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