Html Css Color HEX #7F353A Paprika

📋 copy color: '#7F353A'

red 127 ◦ green 53 ◦ blue 58

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

Shades of Paprika #7F353A

Tints of Paprika #7F353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

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

R = 53.36%
G = 22.27%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F353A (or 0x7F353A) is known color: Paprika. HEX triplet: 7F, 35 and 3A. RGB value is (127,53,58). Sum of RGB (Red+Green+Blue) = 127+53+58=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F353A is #80CAC5. Grayscale: #4B4B4B. Windows color (decimal): -8440518 or 3814783. OLE color: 3814783.

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

Color convert

RGB 127 53 58 -
CMYK 0 0.58 0.54 0.50
HSL 355.95º 0.41% 0.35% -
HSV(B) 355.95º 0.58% 0.5% -
XYZ 10.79 7.36 4.86 -
YUV 75.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 127 53 58 0 0.58 0.54 0.50 355.95 0.41 0.35
Hex 7F 35 3A 0 3A 36 32 164 29 23
Octal 177 65 72 0 72 66 62 544 51 43
Binary 1111111 110101 111010 0 111010 110110 110010 101100100 101001 100011

Color Harmonies of #7F353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F353A

Black with #7F353A

Text Example


Text Example

White with #7F353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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