Html Css Color HEX #7F3440 Paprika

📋 copy color: '#7F3440'

red 127 ◦ green 52 ◦ blue 64

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

Shades of Paprika #7F3440

Tints of Paprika #7F3440

RGB

 RED value IS 127 (50% from 255) = 52.26%

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

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

R = 52.26%
G = 21.4%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F3440 (or 0x7F3440) is known color: Paprika. HEX triplet: 7F, 34 and 40. RGB value is (127,52,64). Sum of RGB (Red+Green+Blue) = 127+52+64=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3440 is #80CBBF. Grayscale: #4B4B4B. Windows color (decimal): -8440768 or 4207743. OLE color: 4207743.

HSL color Cylindrical-coordinate representation of color #7F3440: hue angle of 350.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F3440 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 52 64 -
CMYK 0 0.59 0.50 0.50
HSL 350.4º 0.42% 0.35% -
HSV(B) 350.4º 0.59% 0.5% -
XYZ 10.91 7.34 5.69 -
YUV 75.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 127 52 64 0 0.59 0.50 0.50 350.4 0.42 0.35
Hex 7F 34 40 0 3B 32 32 15E 2A 23
Octal 177 64 100 0 73 62 62 536 52 43
Binary 1111111 110100 1000000 0 111011 110010 110010 101011110 101010 100011

Color Harmonies of #7F3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3440

Black with #7F3440

Text Example


Text Example

White with #7F3440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,52,64); }

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

background-color css

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

 a { background-color: rgb(127,52,64); }

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

border-color css

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

 span { border-color: rgb(127,52,64); }

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