Html Css Color HEX #7F343A Paprika

📋 copy color: '#7F343A'

red 127 ◦ green 52 ◦ blue 58

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

Shades of Paprika #7F343A

Tints of Paprika #7F343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.47%

R = 53.59%
G = 21.94%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F343A (or 0x7F343A) is known color: Paprika. HEX triplet: 7F, 34 and 3A. RGB value is (127,52,58). Sum of RGB (Red+Green+Blue) = 127+52+58=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F343A is #80CBC5. Grayscale: #4B4B4B. Windows color (decimal): -8440774 or 3814527. OLE color: 3814527.

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

Color convert

RGB 127 52 58 -
CMYK 0 0.59 0.54 0.50
HSL 355.2º 0.42% 0.35% -
HSV(B) 355.2º 0.59% 0.5% -
XYZ 10.74 7.27 4.84 -
YUV 75.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 127 52 58 0 0.59 0.54 0.50 355.2 0.42 0.35
Hex 7F 34 3A 0 3B 36 32 163 2A 23
Octal 177 64 72 0 73 66 62 543 52 43
Binary 1111111 110100 111010 0 111011 110110 110010 101100011 101010 100011

Color Harmonies of #7F343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F343A

Black with #7F343A

Text Example


Text Example

White with #7F343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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